Package net.solarnetwork.io
Class RFC1924InputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.solarnetwork.io.RFC1924InputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Decode RFC 1924 encoded stream back to its original form.
- Version:
- 1.0
- Author:
- matt
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
RFC1924InputStream
Construct with InputStream to filter.- Parameters:
in- the input stream
-
-
Method Details
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-