Searched refs:theByte (Results 1 – 2 of 2) sorted by relevance
41 byte theByte[] = new byte[1]; in test()43 Reader reader = new Reader(rightSide, theByte); in test()44 Writer writer = new Writer(leftSide, theByte, reader); in test()65 Reader(PipedConnection pipedConnection, byte theByte[]) { in Reader() argument67 _theByte = theByte; in Reader()108 Writer(PipedConnection pipedConnection, byte theByte[], Reader reader) { in Writer() argument111 _theByte = theByte; in Writer()
1679 public void write(int theByte) throws java.io.IOException in write() argument1684 super.out.write( theByte ); in write()1691 buffer[ position++ ] = (byte)theByte; in write()1711 if( decodabet[ theByte & 0x7f ] > WHITE_SPACE_ENC ) in write()1713 buffer[ position++ ] = (byte)theByte; in write()1722 else if( decodabet[ theByte & 0x7f ] != WHITE_SPACE_ENC ) in write()
Completed in 20 milliseconds