public class ClobDomainCharacterStream
extends java.io.Reader
| Constructor and Description |
|---|
ClobDomainCharacterStream(Transaction am,
DomainOwnerInterface row,
java.lang.String id) |
public ClobDomainCharacterStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readercbuf - Destination bufferoff - Offset at which to start storing characterslen - Maximum number of characters to readjava.io.IOException - If an I/O error occurspublic int available()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOException - If an I/O error occurs