Interface | Description |
---|---|
InputStreamWrapper |
This class is supposed to wrap an InputStream into another one for stacking them
|
OutputStreamWrapper |
This class is supposed to wrap an
OutputStream into another one for stacking |
StreamWrapper |
This interface just combines both
InputStreamWrapper and OutputStreamWrapper |
Class | Description |
---|---|
CipherStreamWrapper |
This class wraps the given stream into a
CipherInputStream
or CipherOutputStream respectively |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.