public final class ReaderSlice extends Object
| Modifier and Type | Field and Description |
|---|---|
static ReaderSlice[] |
EMPTY_ARRAY |
int |
length |
int |
readerIndex |
int |
start |
| Constructor and Description |
|---|
ReaderSlice(int start,
int length,
int readerIndex) |
public static final ReaderSlice[] EMPTY_ARRAY
public final int start
public final int length
public final int readerIndex
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.