Class TypedStream


  • public class TypedStream
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TypedStream​(java.io.InputStream in)  
      TypedStream​(java.io.InputStream in, java.lang.String header)  
      TypedStream​(java.io.InputStream in, java.lang.String t, java.lang.String c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCharset()  
      java.io.InputStream getInput()  
      java.lang.String getMimeType()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypedStream

        public TypedStream​(java.io.InputStream in)
      • TypedStream

        public TypedStream​(java.io.InputStream in,
                           java.lang.String header)
      • TypedStream

        public TypedStream​(java.io.InputStream in,
                           java.lang.String t,
                           java.lang.String c)
    • Method Detail

      • getInput

        public java.io.InputStream getInput()
      • getMimeType

        public java.lang.String getMimeType()
      • getCharset

        public java.lang.String getCharset()