public abstract class Struct.String extends Struct.AbstractMember
Modifier and Type | Field and Description |
---|---|
protected Charset |
charset |
protected int |
length |
Modifier | Constructor and Description |
---|---|
protected |
Struct.String(int size,
int align,
int length,
Charset cs) |
protected |
Struct.String(int size,
int align,
Struct.Offset offset,
int length,
Charset cs) |
protected final Charset charset
protected final int length
protected Struct.String(int size, int align, int length, Charset cs)
protected Struct.String(int size, int align, Struct.Offset offset, int length, Charset cs)
Copyright © 2015. All Rights Reserved.