|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.util.ClobHelper
public class ClobHelper
A minimal implementation just enough to send a CLOB to a database. Advanced methods and all methods for modifying the CLOB are not implemented.
Constructor Summary | |
---|---|
ClobHelper(InputStream is,
long len)
|
Method Summary | |
---|---|
void |
free()
Not implemented (Java6 extension). |
InputStream |
getAsciiStream()
|
Reader |
getCharacterStream()
|
Reader |
getCharacterStream(long pos,
long length)
Not implemented (Java6 extension). |
String |
getSubString(long pos,
int length)
Not implemented. |
long |
length()
|
long |
position(Clob searchstr,
long start)
Not implemented. |
long |
position(String searchstr,
long start)
Not implemented. |
OutputStream |
setAsciiStream(long pos)
Not implemented. |
Writer |
setCharacterStream(long pos)
Not implemented. |
int |
setString(long pos,
String str)
Not implemented. |
int |
setString(long pos,
String str,
int offset,
int len)
Not implemented. |
void |
truncate(long len)
Not implemented. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClobHelper(InputStream is, long len)
Method Detail |
---|
public InputStream getAsciiStream()
getAsciiStream
in interface Clob
public Reader getCharacterStream()
getCharacterStream
in interface Clob
public long length()
length
in interface Clob
public String getSubString(long pos, int length)
getSubString
in interface Clob
public long position(Clob searchstr, long start)
position
in interface Clob
public long position(String searchstr, long start)
position
in interface Clob
public OutputStream setAsciiStream(long pos)
setAsciiStream
in interface Clob
public Writer setCharacterStream(long pos)
setCharacterStream
in interface Clob
public int setString(long pos, String str)
setString
in interface Clob
public int setString(long pos, String str, int offset, int len)
setString
in interface Clob
public void truncate(long len)
truncate
in interface Clob
public void free()
free
in interface Clob
public Reader getCharacterStream(long pos, long length)
getCharacterStream
in interface Clob
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |