Package com.openhtmltopdf.extend
Interface FSStream
- All Known Subinterfaces:
HttpStream
- All Known Implementing Classes:
NaiveUserAgent.ByteStream
,NaiveUserAgent.DefaultHttpStream
public interface FSStream
Represents a stream. We have a getReader method in case the connection knows more
about the charset encoding through the headers returned from the object.
-
Method Summary
-
Method Details
-
getStream
InputStream getStream() -
getReader
Reader getReader()
-