|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.io.IO
org.basex.io.IOContent
public final class IOContent
BaseX content.
Field Summary |
---|
Fields inherited from class org.basex.io.IO |
---|
BASEXSUFFIX, BLOCKFILL, BLOCKSIZE, DUMMY, GZSUFFIX, MAXHEIGHT, NODEPOWER, TXTSUFFIX, XMLSUFFIX, XQSUFFIX, ZIPSUFFIX |
Constructor Summary | |
---|---|
IOContent(byte[] c)
Constructor. |
|
IOContent(byte[] c,
java.lang.String p)
Constructor. |
Method Summary | |
---|---|
BufferInput |
buffer()
Returns a buffered reader for the file. |
void |
cache()
Caches the contents. |
org.xml.sax.InputSource |
inputSource()
Returns the next input source. |
IO |
merge(IO f)
Merges two filenames. |
Methods inherited from class org.basex.io.IO |
---|
children, content, date, dbdelete, dbfile, dbname, dbpath, delete, eq, exists, get, getDir, isDir, isSymLink, isSymlink, length, more, name, path, suffix, toString, url, valid, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IOContent(byte[] c)
c
- contentspublic IOContent(byte[] c, java.lang.String p)
c
- contentsp
- content pathMethod Detail |
---|
public void cache()
IO
cache
in class IO
public org.xml.sax.InputSource inputSource()
IO
inputSource
in class IO
public BufferInput buffer()
IO
buffer
in class IO
public IO merge(IO f)
IO
merge
in class IO
f
- filename of the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |