|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.servingxml.components.flatfile.scanner.bytes.AbstractRecordBlock
com.servingxml.components.flatfile.scanner.bytes.InputStreamRecordBlock
public class InputStreamRecordBlock
| Field Summary | |
|---|---|
protected static int |
BLOCK_LENGTH
|
| Fields inherited from class com.servingxml.components.flatfile.scanner.bytes.AbstractRecordBlock |
|---|
buffer, capacity, length, maxCapacity, reserved, start |
| Constructor Summary | |
|---|---|
InputStreamRecordBlock(java.io.InputStream is)
|
|
InputStreamRecordBlock(java.io.InputStream is,
int blockLength)
|
|
| Method Summary | |
|---|---|
protected void |
read(int n)
|
| Methods inherited from class com.servingxml.components.flatfile.scanner.bytes.AbstractRecordBlock |
|---|
buffer, capacity, clear, getReserved, grow, length, maxCapacity, next, remove, setReserved, size, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.servingxml.components.flatfile.scanner.bytes.RecordBlock |
|---|
buffer, capacity, clear, getReserved, length, maxCapacity, next, remove, setReserved, size, start |
| Field Detail |
|---|
protected static final int BLOCK_LENGTH
| Constructor Detail |
|---|
public InputStreamRecordBlock(java.io.InputStream is)
public InputStreamRecordBlock(java.io.InputStream is,
int blockLength)
| Method Detail |
|---|
protected void read(int n)
throws java.io.IOException
read in class AbstractRecordBlockjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||