|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.java.sen.util.BufferCache
public class BufferCache
Provides a cache of open MappedByteBuffers to avoid exhausting address space with duplicated buffers
コンストラクタの概要 | |
---|---|
BufferCache()
|
メソッドの概要 | |
---|---|
static java.nio.ByteBuffer |
getBuffer(java.io.File file)
Gets a ByteBuffer mapped from the given file. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BufferCache()
メソッドの詳細 |
---|
public static java.nio.ByteBuffer getBuffer(java.io.File file) throws java.io.IOException
file
- The file to return a buffer for
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |