|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.flatfile.scanner.characters.AbstractRecordBlock
com.servingxml.components.flatfile.scanner.characters.ReaderRecordBlock
public class ReaderRecordBlock
Field Summary | |
---|---|
protected static int |
BLOCK_LENGTH
|
Fields inherited from class com.servingxml.components.flatfile.scanner.characters.AbstractRecordBlock |
---|
buffer, capacity, length, maxCapacity, reserved, start |
Constructor Summary | |
---|---|
ReaderRecordBlock(java.io.Reader is)
|
|
ReaderRecordBlock(java.io.Reader is,
int blockLength)
|
Method Summary | |
---|---|
protected void |
read(int n)
|
Methods inherited from class com.servingxml.components.flatfile.scanner.characters.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.characters.RecordBlock |
---|
buffer, capacity, clear, getReserved, length, maxCapacity, next, remove, setReserved, size, start |
Field Detail |
---|
protected static final int BLOCK_LENGTH
Constructor Detail |
---|
public ReaderRecordBlock(java.io.Reader is)
public ReaderRecordBlock(java.io.Reader is, int blockLength)
Method Detail |
---|
protected void read(int n) throws java.io.IOException
read
in class AbstractRecordBlock
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |