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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteInputStream.java33 public class ByteInputStream extends ByteArrayInputStream { class in inherits:ByteArrayInputStream
36 public ByteInputStream() { method in class:ByteInputStream
40 public ByteInputStream(byte buf[], int length) { method in class:ByteInputStream
44 public ByteInputStream(byte buf[], int offset, int length) { method in class:ByteInputStream

Completed in 28 milliseconds