Package | Description |
---|---|
org.apache.axiom.attachments.utils | |
org.apache.axiom.ext.io |
Defines Axiom specific extensions to the classes in
java.io . |
org.apache.axiom.util.blob |
Contains utility classes to work with binary data.
|
Modifier and Type | Method and Description |
---|---|
long |
BAAOutputStream.readFrom(InputStream is,
long maxRead) |
Modifier and Type | Method and Description |
---|---|
long |
ReadFromSupport.readFrom(InputStream inputStream,
long length)
Read data from the given input stream and write it to this output stream.
|
Modifier and Type | Method and Description |
---|---|
long |
OverflowBlob.readFrom(InputStream in,
long length) |
long |
BlobOutputStream.readFrom(InputStream inputStream,
long length) |
long |
MemoryBlob.readFrom(InputStream in,
long length) |
long |
WritableBlob.readFrom(InputStream in,
long length)
Read data from the given input stream and write it to the blob.
|
long |
OverflowBlob.readFrom(InputStream in,
long length,
boolean commit) |
long |
MemoryBlob.readFrom(InputStream in,
long length,
boolean commit) |
long |
WritableBlob.readFrom(InputStream in,
long length,
boolean commit)
Read data from the given input stream and write it to the blob.
|
void |
OverflowBlob.writeTo(OutputStream out) |
void |
MemoryBlob.writeTo(OutputStream os) |
void |
Blob.writeTo(OutputStream out)
Write the data to a given output stream.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.