Class ContentInputStream

java.lang.Object
eu.xenit.alfred.api.data.ContentInputStream

public class ContentInputStream extends Object
Created by Giovanni on 06/09/16.
  • Constructor Details

  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Returns:
      The Java.io InputStream.
    • getMimetype

      public String getMimetype()
      Returns:
      The mimetype of the content.
    • getSize

      public long getSize()
      Returns:
      The size of the content.
    • getEncoding

      public String getEncoding()
      Returns:
      The encoding of the content.
    • getLocale

      public Locale getLocale()
      Returns:
      The locale of the content.