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:
java.io.Closeable
,java.io.DataInput
,java.lang.AutoCloseable
class NamedDataInputStream extends java.io.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 Summary
Fields Modifier and Type Field Description java.lang.String
fullyQualifiedFileName
The name of the file associated with the DataInputStream.boolean
inZipFile
Indicates whether or not the file is contained in a .zip file.
-
Constructor Summary
Constructors Modifier Constructor Description protected
NamedDataInputStream(java.io.InputStream in, java.lang.String fullyQualifiedName, boolean inZipFile)
-
Method Summary
-
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
-
-