-
- All Known Subinterfaces:
Binary,SignatureWithPublicKeyRecovery
- All Known Implementing Classes:
BinaryType,CryptoBinary,EncryptedData,Hash,SignatureBinary,SignatureEcBc,SignatureEcBcPlain,SignatureEcBcWithRecoveryId,SignatureGeneric,SignatureRsa,StreamableBlob,StreamablePath
public interface StreamableInterface for an abstract BLOB that can be streamed.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamasStream()voidsave(OutputStream out)
-
-
-
Method Detail
-
save
void save(OutputStream out)
- Parameters:
out- theOutputStreamtowritethe data to.
-
asStream
InputStream asStream()
- Returns:
- a new
InputStreamto read the underlying data.
-
-