src.backend
クラス ObjsChunk
java.lang.Object
src.backend.Chunk
src.backend.ObjsChunk
- すべての実装されたインタフェース:
- IChunk
public class ObjsChunk
- extends Chunk
- implements IChunk
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjsChunk
public ObjsChunk(Level level,
ChunkHeader header)
ObjsChunk
public ObjsChunk()
getEntry
public ObjsEntry getEntry(int entry)
read
public void read()
- 定義:
- インタフェース
IChunk
内の read
- オーバーライド:
- クラス
Chunk
内の read
write
public void write()
- 定義:
- インタフェース
IChunk
内の write
- オーバーライド:
- クラス
Chunk
内の write
getNumEntries
public int getNumEntries()
- 定義:
- インタフェース
IChunk
内の getNumEntries
- 定義:
- クラス
Chunk
内の getNumEntries
getEntryLength
public int getEntryLength()
- 定義:
- インタフェース
IChunk
内の getEntryLength
- 定義:
- クラス
Chunk
内の getEntryLength
calc
public int calc()
- オーバーライド:
- クラス
Chunk
内の calc
addEntry
public ObjsEntry addEntry()
addEntry
public void addEntry(ObjsEntry oe)
removeEntry
public ObjsEntry removeEntry(ObjsEntry o)