public class RepeatableCipherInputStream extends AbstractRepeatableInputStream
| コンストラクタと説明 |
|---|
RepeatableCipherInputStream(java.io.InputStream input,
CipherFactory cipherFactory)
Constructs a new repeatable cipher input stream using the specified
InputStream as the source data, and the CipherFactory for building Cipher
objects.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
reopenWrappedStream() |
mark, markSupported, read, read, reset, skippublic RepeatableCipherInputStream(java.io.InputStream input,
CipherFactory cipherFactory)
input - The original, unencrypted data stream. This stream should be
markable/resetable in order for this class to work correctly.cipherFactory - The factory used for creating identical cipher objects when
this stream is reset and a new CipherInputStream is needed.protected void reopenWrappedStream()
throws java.io.IOException
reopenWrappedStream クラス内 AbstractRepeatableInputStreamjava.io.IOException