public class MTSIndex extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MTSIndex.MTSProgram |
Constructor and Description |
---|
MTSIndex(MTSIndex.MTSProgram[] programs) |
Modifier and Type | Method and Description |
---|---|
static MTSIndex.MTSProgram |
createMTSProgram(MPSIndex mpsIndex,
int target) |
int |
estimateSize() |
MTSIndex.MTSProgram[] |
getPrograms() |
static MTSIndex |
parse(ByteBuffer buf) |
ByteBuffer |
serialize() |
void |
serializeTo(ByteBuffer buf) |
public MTSIndex(MTSIndex.MTSProgram[] programs)
public static MTSIndex.MTSProgram createMTSProgram(MPSIndex mpsIndex, int target)
public MTSIndex.MTSProgram[] getPrograms()
public static MTSIndex parse(ByteBuffer buf)
public int estimateSize()
public void serializeTo(ByteBuffer buf)
public ByteBuffer serialize()
Copyright © 2019. All rights reserved.