|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PushbackBuffer
| Method Summary | |
|---|---|
byte[] |
getBuffer()
Gets the current contents of the buffer without modifying the position. |
void |
unread(byte[] bytes)
Push the bytes on to the head of the buffer, so they are the next bytes returned. |
void |
unread(byte[] bytes,
int off,
int len)
Push the bytes on to the head of the buffer, so they are the next bytes returned. |
| Method Detail |
|---|
void unread(byte[] bytes)
void unread(byte[] bytes,
int off,
int len)
byte[] getBuffer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||