Home
last modified time | relevance | path

Searched refs:theByte (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/jurt/test/com/sun/star/comp/connections/
H A DPipedConnection_Test.java41 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() argument
67 _theByte = theByte; in Reader()
108 Writer(PipedConnection pipedConnection, byte theByte[], Reader reader) { in Writer() argument
111 _theByte = theByte; in Writer()
/aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java1679 public void write(int theByte) throws java.io.IOException in write() argument
1684 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 32 milliseconds