| Package | Description |
|---|---|
| io.pcp.parfait.dxm |
| Modifier and Type | Field and Description |
|---|---|
private MmvVersion |
PcpMmvWriter.mmvVersion |
| Modifier and Type | Method and Description |
|---|---|
static MmvVersion |
MmvVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MmvVersion[] |
MmvVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PcpMmvWriter(ByteBufferFactory byteBufferFactory,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion) |
PcpMmvWriter(java.io.File file,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion)
Creates a new PcpMmvWriter writing to the underlying file, which will be created + opened as a
memory-mapped file.
|
PcpMmvWriter(java.lang.String name,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion)
Creates a new PcpMmvWriter writing to the underlying file, which will be created + opened as a
memory-mapped file.
|