src.backend
クラス LinsChunk
java.lang.Object
src.backend.Chunk
src.backend.LinsChunk
- すべての実装されたインタフェース:
- IChunk
public class LinsChunk
- extends Chunk
- implements IChunk
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinsChunk
public LinsChunk(Level level,
ChunkHeader header)
LinsChunk
public LinsChunk()
getEntry
public LinsEntry 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 LinsEntry addEntry()
addEntry
public void addEntry(LinsEntry oe)
removeEntry
public LinsEntry removeEntry(LinsEntry o)