Searched defs:readToByteBuffer (Results 1 – 3 of 3) sorted by relevance
86 public static ByteBuffer readToByteBuffer(InputStream in, int max) throws IOException { in readToByteBuffer() method in ControllableInputStream
76 public ByteBuffer readToByteBuffer(int max) throws IOException { in readToByteBuffer() method in ConstrainableInputStream
249 … public static ByteBuffer readToByteBuffer(InputStream inStream, int maxSize) throws IOException { in readToByteBuffer() method in DataUtil