Searched defs:lbuf (Results 1 – 2 of 2) sorted by relevance
364 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()
361 private String parseName(byte[] lbuf, int len) { in parseName()