Searched refs:readFully (Results 1 – 6 of 6) sorted by relevance
117 public void readFully( byte[] data ) in readFully() method in SwappedDataInputStream120 readFully( data, 0, data.length ); in readFully()133 public void readFully( byte[] data, int offset, int length ) in readFully() method in SwappedDataInputStream
119 in.readFully(strBytes); in readString()148 in.readFully(bytes); in readByteBuffer()
130 private static int readFully(InputStream is, byte[] buffer, int size) throws IOException { in readFully() method in BluetoothOppObexClientSession462 readLength = readFully(a, buffer, outputBufferSize); in sendFile()
107 return Streams.readFully(is); in getRawContents()
257 randomAccessFile.readFully(result); in readAllBytes()
167 buf = Streams.readFully(in); in readDocument()