Package com.openhtmltopdf.extend
Interface FSStream
-
- All Known Subinterfaces:
HttpStream
- All Known Implementing Classes:
NaiveUserAgent.ByteStream,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 java.io.ReadergetReader()java.io.InputStreamgetStream()
-