public interface Restorable
Modifier and Type | Method and Description |
---|---|
int |
restore(byte[] bytes,
int offset,
int limit)
Restores the contents from the slice of the byte array.
|
int restore(byte[] bytes, int offset, int limit) throws IOException
bytes
- the byte arrayoffset
- the beginning index in the byte array (inclusive)limit
- the ending index in the byte array (exclusive)IOException
- if failed to restore the contentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.