Class NamedDataInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
com.sun.tools.corba.ee.idl.som.cff.NamedDataInputStream
All Implemented Interfaces:
Closeable, DataInput, AutoCloseable

class NamedDataInputStream extends DataInputStream
This class is used to associate a filename with a DataInputStream The host platform's file naming conventions are assumed for the filename.
Version:
1.16, 07/27/07
  • Field Details

    • fullyQualifiedFileName

      public String fullyQualifiedFileName
      The name of the file associated with the DataInputStream.
    • inZipFile

      public boolean inZipFile
      Indicates whether or not the file is contained in a .zip file.
  • Constructor Details

    • NamedDataInputStream

      protected NamedDataInputStream(InputStream in, String fullyQualifiedName, boolean inZipFile)