Exemplo n.º 1
0
 final void unreadByte() {
   byte_stream.unreadByte();
 }
Exemplo n.º 2
0
 public final int getIndex() {
   return byte_stream.getPosition();
 }