Class BinaryFile

    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryFile​(java.net.URI uri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getStream()  
      protected java.net.URI getUri()  
      java.lang.String name()  
      byte[] readContents()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BinaryFile

        public BinaryFile​(java.net.URI uri)
    • Method Detail

      • readContents

        public byte[] readContents()
      • getUri

        protected java.net.URI getUri()
      • name

        public java.lang.String name()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object