Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DObjectInputStream.java412 primitiveData = new ByteArrayInputStream(readBlockDataLong()); in checkReadPrimitiveTypes()
568 private byte[] readBlockDataLong() throws IOException { in readBlockDataLong() method in ObjectInputStream
699 return readBlockDataLong(); in readContent()