Package com.openhtmltopdf.extend
Interface FSStream
-
- All Known Subinterfaces:
HttpStream
- All Known Implementing Classes:
NaiveUserAgent.DefaultHttpStream
public interface FSStreamRepresents 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadergetReader()InputStreamgetStream()
-
-
-
Method Detail
-
getStream
InputStream getStream()
-
getReader
Reader getReader()
-
-