Home
last modified time | relevance | path

Searched refs:_bytes (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionInputStream_Adapter.java37 protected byte _bytes[][] = new byte[1][]; field in XConnectionInputStream_Adapter
52 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()
H A DXConnectionOutputStream_Adapter.java37 protected byte _bytes[] = new byte[1]; field in XConnectionOutputStream_Adapter
46 _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()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx48 ByteSequence _bytes; member in xmlscript::InputStreamProvider
52 : _bytes( rBytes ) in InputStreamProvider()
63 return ::xmlscript::createInputStream( _bytes ); in createInputStream()

Completed in 21 milliseconds