Package | Description |
---|---|
io.pcp.parfait.dxm |
Modifier and Type | Method and Description |
---|---|
static MmvVersion |
MmvVersion.valueOf(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(io.pcp.parfait.dxm.ByteBufferFactory byteBufferFactory,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion) |
PcpMmvWriter(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(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.
|
Copyright © 2009-2019 Performance Co-Pilot. All Rights Reserved.