Class SimpleXMLParserDocumentImpl.EntityFudger
java.lang.Object
java.io.InputStream
com.biglybt.pifimpl.local.utils.xml.simpleparser.SimpleXMLParserDocumentImpl.EntityFudger
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- SimpleXMLParserDocumentImpl
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) char[]
(package private) int
(package private) char[]
(package private) int
(package private) int
private InputStream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
is
-
buffer
char[] buffer -
buffer_pos
int buffer_pos -
insertion
char[] insertion -
insertion_pos
int insertion_pos -
insertion_len
int insertion_len
-
-
Constructor Details
-
EntityFudger
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-