示例#1
0
 final void unreadByte() {
   byte_stream.unreadByte();
 }
示例#2
0
 public final int getIndex() {
   return byte_stream.getPosition();
 }