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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DByteArrayBuffer.java52 public class ByteArrayBuffer extends OutputStream { class in inherits:OutputStream
69 public ByteArrayBuffer() { method in class:ByteArrayBuffer
80 public ByteArrayBuffer(int size) { method in class:ByteArrayBuffer
86 public ByteArrayBuffer(byte[] data) { method in class:ByteArrayBuffer
90 public ByteArrayBuffer(byte[] data, int length) { method in class:ByteArrayBuffer
177 * Gets the underlying buffer that this {@link ByteArrayBuffer} uses.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMtomCodec.java151 List<ByteArrayBuffer> mtomAttachments = new ArrayList<ByteArrayBuffer>();
157 for(ByteArrayBuffer bos : mtomAttachments){
177 private class ByteArrayBuffer{ class in class:MtomCodec
182 ByteArrayBuffer(@NotNull DataHandler dh) { method in class:MtomCodec.ByteArrayBuffer
257 private final List<ByteArrayBuffer> mtomAttachments;
259 public MtomStreamWriterImpl(XMLStreamWriter w, OutputStream out, List<ByteArrayBuffer> mtomAttachments) {
271 ByteArrayBuffer bab = new ByteArrayBuffer(new DataHandler(new ByteArrayDataSource(data, start, len, contentType)));
277 writeBinary(new ByteArrayBuffer(dataHandle
[all...]

Completed in 31 milliseconds