|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemFileChannel | |
|---|---|
| com.healthmarketscience.jackcess | |
| Uses of MemFileChannel in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return MemFileChannel | |
|---|---|
static MemFileChannel |
MemFileChannel.newChannel()
Creates a new read/write, empty MemFileChannel. |
static MemFileChannel |
MemFileChannel.newChannel(File file)
Creates a new read/write MemFileChannel containing the contents of the given File. |
static MemFileChannel |
MemFileChannel.newChannel(File file,
String mode)
Creates a new MemFileChannel containing the contents of the given File with the given mode (for mode details see RandomAccessFile.RandomAccessFile(File,String)). |
static MemFileChannel |
MemFileChannel.newChannel(InputStream in)
Creates a new read/write MemFileChannel containing the contents of the given InputStream. |
static MemFileChannel |
MemFileChannel.newChannel(InputStream in,
String mode)
Creates a new MemFileChannel containing the contents of the given InputStream with the given mode (for mode details see RandomAccessFile.RandomAccessFile(File,String)). |
static MemFileChannel |
MemFileChannel.newChannel(ReadableByteChannel in)
Creates a new read/write MemFileChannel containing the contents of the given ReadableByteChannel. |
static MemFileChannel |
MemFileChannel.newChannel(ReadableByteChannel in,
String mode)
Creates a new MemFileChannel containing the contents of the given ReadableByteChannel with the given mode (for mode details see RandomAccessFile.RandomAccessFile(File,String)). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||