Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectOutputStream.java428 void writeLongs(long[] v, int off, int len) throws java.io.IOException { in writeLongs() method in ObjectOutputStream.BlockDataOutputStream
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java1394 bout.writeLongs(ja, 0, ja.length); in writeArray()
2199 void writeLongs(long[] v, int off, int len) throws IOException { in writeLongs() method in ObjectOutputStream.BlockDataOutputStream