public class CodespaceRange extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
end |
private byte[] |
start |
Constructor and Description |
---|
CodespaceRange()
Creates a new instance of CodespaceRange.
|
public byte[] getEnd()
public void setEnd(byte[] endBytes)
endBytes
- New value of property end.public byte[] getStart()
public void setStart(byte[] startBytes)
startBytes
- New value of property start.