| ?? | ?? |
|---|---|
| Input |
The Input interface abstract the input source of
CryptoInputStream so that different implementation of input can
be used. |
| ? | ?? |
|---|---|
| ChannelInput |
The ChannelInput class takes a
ReadableByteChannel object and
wraps it as Input object acceptable by
CryptoInputStream. |
| StreamInput |
The StreamInput class takes a
InputStream object and wraps it as
Input object acceptable by CryptoInputStream. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.