Lines Matching refs:p0
79 public synchronized void seek(long p0) in seek() argument
83 p0 +=offset; in seek()
84 read = ( int ) p0; in seek()
122 public synchronized int readBytes(byte[][] p0, int p1) in readBytes() argument
135 p0[0] = new byte[p1]; in readBytes()
137 p0[0][i++] = bigbuffer[read++]; in readBytes()
142 p0[0] = new byte[0]; in readBytes()
155 public synchronized int readSomeBytes(byte[][] p0, int p1) in readSomeBytes() argument
160 return readBytes( p0,p1 ); in readSomeBytes()
169 public synchronized void skipBytes(int p0) in skipBytes() argument
172 read += p0; in skipBytes()