|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AppendableValue
represents a serialized value that is
appendable.
dispose()
should be called as soon as an an
AppendableValue
object is not used anymore.
Method Summary | |
void |
append(char[] chars,
int start,
int length)
Append a portion of an array of characters. |
void |
close()
Close this value. |
void |
dispose()
Dispose this value, i.e. |
Methods inherited from interface org.apache.jackrabbit.core.xml.Importer.TextValue |
length, reader, retrieve |
Method Detail |
public void append(char[] chars, int start, int length) throws IOException
chars
- the characters to be appendedstart
- the index of the first character to appendlength
- the number of characters to append
IOException
- if an I/O error occurspublic void close() throws IOException
IOException
- if an I/O error occurspublic void dispose() throws IOException
IOException
- if an I/O error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |