@Deprecated
public class MemoryMappedModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ModelSpi |
SPI
Deprecated.
|
Constructor and Description |
---|
MemoryMappedModel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Model |
read(java.nio.channels.FileChannel channel)
Deprecated.
|
static Model |
read(java.io.InputStream stream)
Deprecated.
|
static void |
write(Model m,
java.nio.channels.FileChannel channel)
Deprecated.
|
static void |
write(Model m,
java.io.OutputStream stream)
Deprecated.
|
public static void write(Model m, java.io.OutputStream stream) throws java.io.IOException
java.io.IOException
public static void write(Model m, java.nio.channels.FileChannel channel) throws java.io.IOException
java.io.IOException
public static Model read(java.io.InputStream stream) throws java.io.IOException
java.io.IOException
public static Model read(java.nio.channels.FileChannel channel) throws java.io.IOException
java.io.IOException