|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamCopyException | |
---|---|
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. |
Uses of StreamCopyException in org.apache.axiom.attachments.utils |
---|
Methods in org.apache.axiom.attachments.utils that throw StreamCopyException | |
---|---|
long |
BAAOutputStream.readFrom(InputStream is,
long maxRead)
|
Uses of StreamCopyException in org.apache.axiom.ext.io |
---|
Methods in org.apache.axiom.ext.io that throw StreamCopyException | |
---|---|
long |
ReadFromSupport.readFrom(InputStream inputStream,
long length)
Read data from the given input stream and write it to this output stream. |
Uses of StreamCopyException in org.apache.axiom.util.blob |
---|
Methods in org.apache.axiom.util.blob that throw StreamCopyException | |
---|---|
long |
BlobOutputStream.readFrom(InputStream inputStream,
long length)
|
long |
WritableBlob.readFrom(InputStream in,
long length)
Read data from the given input stream and write it to the blob. |
long |
MemoryBlob.readFrom(InputStream in,
long length)
|
long |
OverflowBlob.readFrom(InputStream in,
long length)
|
long |
WritableBlob.readFrom(InputStream in,
long length,
boolean commit)
Read data from the given input stream and write it to the blob. |
long |
MemoryBlob.readFrom(InputStream in,
long length,
boolean commit)
|
long |
OverflowBlob.readFrom(InputStream in,
long length,
boolean commit)
|
void |
Blob.writeTo(OutputStream out)
Write the data to a given output stream. |
void |
MemoryBlob.writeTo(OutputStream os)
|
void |
OverflowBlob.writeTo(OutputStream out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |