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