public void Reset(DataRepresentation mt = DataRepresentation.Tpm) { Buffer = new ByteBuf(); SizesToFillIn = new Stack <SizePlaceholder>(); Repr = mt; }
public Marshaller(byte[] buf, DataRepresentation mt = DataRepresentation.Tpm) { Reset(mt); Buffer = new ByteBuf(buf); }