Searched refs:_bytes (Results 1 – 3 of 3) sorted by relevance
37 protected byte _bytes[][] = new byte[1][]; field in XConnectionInputStream_Adapter52 len = _xConnection.read(_bytes, 1); in read()58 …if(DEBUG) System.err.println("#### " + getClass().getName() + " - one byte read:" + _bytes[0][0]… in read()60 return len == 0 ? -1 : _bytes[0][0] & 0xff; in read()67 len = _xConnection.read(_bytes, len - off); in read()73 System.arraycopy(_bytes[0], 0, b, off, len); in read()
37 protected byte _bytes[] = new byte[1]; field in XConnectionOutputStream_Adapter46 _bytes[0] = (byte)b; in write()49 _xConnection.write(_bytes); in write()55 if(DEBUG) System.err.println("#### " + this.getClass() + " - one byte written:" + _bytes[0]); in write()
48 ByteSequence _bytes; member in xmlscript::InputStreamProvider52 : _bytes( rBytes ) in InputStreamProvider()63 return ::xmlscript::createInputStream( _bytes ); in createInputStream()
Completed in 10 milliseconds