Class FileBinaryReadable

  • All Implemented Interfaces:
    BinaryReadable

    @Deprecated
    public class FileBinaryReadable
    extends java.lang.Object
    implements BinaryReadable
    Deprecated.
    Use PathBinaryReadable instead
    An implementation of BinaryReadable which delegates to a File.
    Author:
    Fabrizio Giudici
    • Constructor Detail

      • FileBinaryReadable

        public FileBinaryReadable()
        Deprecated.
    • Method Detail

      • openStream

        @Nonnull
        public java.io.InputStream openStream()
                                       throws java.io.IOException
        Deprecated.
        Returns an InputStream to read from the object.
        Specified by:
        openStream in interface BinaryReadable
        Returns:
        the InputStream
        Throws:
        java.io.IOException - if the operation can't be performed