Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java287 FastInputStream fis = new FastInputStream(is); in read()
420 static class FastInputStream extends FilterInputStream { class in Manifest
425 FastInputStream(InputStream in) { in FastInputStream() method in Manifest.FastInputStream
429 FastInputStream(InputStream in, int size) { in FastInputStream() method in Manifest.FastInputStream
DAttributes.java364 void read(Manifest.FastInputStream is, byte[] lbuf) throws IOException { in read()
368 …int read(Manifest.FastInputStream is, byte[] lbuf, String filename, int lineNumber) throws IOExcep… in read()