public class Stream extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
decoded |
Dict |
dict |
int |
end |
int |
length |
int |
pos |
int |
start |
Constructor and Description |
---|
Stream() |
Stream(byte[] arrayBuffer) |
Stream(byte[] arrayBuffer,
int start,
int length,
Dict dict) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode() |
boolean |
equals(Object o) |
int |
getByte() |
byte[] |
getBytes() |
byte[] |
getBytes(int length) |
byte[] |
getRawBytes() |
int |
length() |
Stream |
makeSubStream(int start,
int length,
Dict dict) |
void |
moveStart() |
byte[] |
peekBytes(int length) |
int |
remains() |
void |
reset() |
void |
skip() |
void |
skip(int n) |
String |
toString() |
public int pos
public int start
public int end
public int length
public Dict dict
public boolean decoded
public Stream()
public Stream(byte[] arrayBuffer)
public Stream(byte[] arrayBuffer, int start, int length, Dict dict)
public byte[] decode()
public int length()
public int remains()
public int getByte()
public byte[] getBytes(int length)
public byte[] getBytes()
public byte[] getRawBytes()
public byte[] peekBytes(int length)
public void skip()
public void skip(int n)
public void reset()
public void moveStart()
Revision 4.0.15 / 20220727-0149