Uses of Class
org.openjena.atlas.io.InputStreamBuffered

Packages that use InputStreamBuffered
org.openjena.atlas.io   
 

Uses of InputStreamBuffered in org.openjena.atlas.io
 

Methods in org.openjena.atlas.io that return InputStreamBuffered
 InputStreamBuffered PeekInputStream.getInput()
           
 

Methods in org.openjena.atlas.io with parameters of type InputStreamBuffered
static int InStreamUTF8.advance(InputStreamBuffered input)
          Next codepoint
static int InStreamUTF8.advance(InputStreamBuffered input, int x)
          Next codepoint, given the first byte of any UTF-8 byte sequence is already known.
 

Constructors in org.openjena.atlas.io with parameters of type InputStreamBuffered
InStreamASCII(InputStreamBuffered in)
           
InStreamUTF8(InputStreamBuffered in)
           
 



Licenced under the Apache License, Version 2.0