public class BytestreamCache extends Object
Constructor and Description |
---|
BytestreamCache(byte[] streamData) |
BytestreamCache(ByteArrayOutputStream os) |
Modifier and Type | Method and Description |
---|---|
InputStream |
openStream() |
int |
size() |
void |
writeTo(OutputStream os) |
public BytestreamCache(byte[] streamData)
public BytestreamCache(ByteArrayOutputStream os)
public void writeTo(OutputStream os) throws IOException
IOException
public int size()
public InputStream openStream()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.