public abstract class EntitySupport extends Object implements Entity
Constructor and Description |
---|
EntitySupport() |
Modifier and Type | Method and Description |
---|---|
EntitySupport |
clone()
Clone oneself.
|
void |
fill(byte b)
Fill this entity's value with all
b . |
byte[] |
getValue(int offset,
int length)
Get a subset of this Entity's value.
|
void |
setValue(byte[] b,
int offset,
int length)
Set this Entity's value to a subset of the specified byte[].
|
public EntitySupport()
public void fill(byte b) throws IOException
b
.fill
in interface Entity
b
- valueIOException
- on errorpublic EntitySupport clone()
public byte[] getValue(int offset, int length)
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.