|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface CacheIO
キャッシュI/Oインターフェイス.
フィールドの概要 | |
---|---|
static int |
ELEMENT_BITCOUNT
データビット数. |
static int |
ELEMENT_LENGTH
1データ内要素数. |
static int |
ELEMENT_MASK
1データ内要素内単位. |
メソッドの概要 | |
---|---|
int |
getMaxSector()
管理セクタ数を取得. |
long |
getUniqueID()
ユニークIDを取得. |
int |
getUseSector()
現在利用中のセクタ数を取得. |
boolean |
isUseObject()
このオブジェクトが有効であるかチェック. |
Cache |
newCacheObject()
キャッシュオブジェクトを取得. |
Cache |
newCacheObject(int newBytesLength)
キャッシュオブジェクトを取得. |
フィールドの詳細 |
---|
static final int ELEMENT_LENGTH
static final int ELEMENT_MASK
static final int ELEMENT_BITCOUNT
メソッドの詳細 |
---|
Cache newCacheObject() throws NotUseSectorException
NotUseSectorException
- セクタ取得失敗例外.Cache newCacheObject(int newBytesLength) throws NotUseSectorException
newBytesLength
- 初期利用のバイト数を設定します.
NotUseSectorException
- セクタ取得失敗例外.int getMaxSector()
int getUseSector()
long getUniqueID()
boolean isUseObject()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |