protected static class FSDirectory.FSIndexInput.Descriptor
extends java.io.RandomAccessFile
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isOpen |
| Constructor and Description |
|---|
Descriptor(java.io.File file,
java.lang.String mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic Descriptor(java.io.File file,
java.lang.String mode)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.RandomAccessFilejava.io.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable