Package com.intellij.util.io
Interface RecordDataOutput
-
- All Superinterfaces:
DataOutput
- All Known Implementing Classes:
AbstractStorage.StorageDataOutput
public interface RecordDataOutput extends DataOutput
- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
int
getRecordId()
-
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
-
-
-
Method Detail
-
getRecordId
int getRecordId()
-
close
void close() throws IOException
- Throws:
IOException
-
-