public class PSTByteFileContent extends PSTFileContent
Modifier and Type | Field and Description |
---|---|
protected byte[] |
content |
protected int |
index |
Constructor and Description |
---|
PSTByteFileContent(byte[] content) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
byte[] |
getBytes() |
long |
getFilePointer() |
int |
read() |
int |
read(byte[] target) |
byte |
readByte() |
void |
seek(long index) |
void |
setBytes(byte[] content) |
readCompletely
public byte[] getBytes()
public void setBytes(byte[] content)
public void seek(long index)
seek
in class PSTFileContent
public long getFilePointer()
getFilePointer
in class PSTFileContent
public int read()
read
in class PSTFileContent
public int read(byte[] target)
read
in class PSTFileContent
public byte readByte()
readByte
in class PSTFileContent
public void close()
close
in class PSTFileContent
Copyright © 2016. All rights reserved.