Searched defs:nbytes (Results 1 – 6 of 6) sorted by relevance
1168 int nbytes = 2; in testGetChar() local1194 int nbytes = 2; in testGetCharint() local1236 int nbytes = 2; in testPutChar() local1273 int nbytes = 2; in testPutCharint() local1311 int nbytes = 8; in testGetDouble() local1340 int nbytes = 8; in testGetDoubleint() local1391 int nbytes = 8; in testPutDouble() local1428 int nbytes = 8; in testPutDoubleint() local1460 int nbytes = 4; in testGetFloat() local1489 int nbytes = 4; in testGetFloatint() local[all …]
60 public String read(int nbytes) { in read()
58 public String read(int nbytes) { in read()
62 public String read(int nbytes) { in read()
43 public PWriter(PipedOutputStream pout, int nbytes) { in PWriter()
145 ZFILE_read(ZFILE zfd, char *buf, jint nbytes) { in ZFILE_read()