Searched defs:readFully (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DEjbWebServiceDispatcher.java286 byte[] bytes = readFully(is);
297 protected byte[] readFully(InputStream istream) throws IOException { method in class:EjbWebServiceDispatcher
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c72 static jint readFully(int fd, void *buf, jint len) function
180 if (readFully(fd, buf, count) == -1)
201 if (readFully(zip->fd, zip->comment, clen) == -1)
352 if (readFully(zip->fd, cenbuf, cenlen) == -1)
642 if (readFully(zip->fd, locbuf, LOCHDR+nelen) == -1)
683 if (readFully(zip->fd, &ze->extra[2], elen) == -1)

Completed in 1662 milliseconds