Package org.custommonkey.xmlunit
Class DoctypeSupport.IntBufferReadable
- java.lang.Object
-
- org.custommonkey.xmlunit.DoctypeSupport.IntBufferReadable
-
- All Implemented Interfaces:
DoctypeSupport.Readable
- Enclosing class:
- DoctypeSupport
private static class DoctypeSupport.IntBufferReadable extends java.lang.Object implements DoctypeSupport.Readable
-
-
Constructor Summary
Constructors Constructor Description IntBufferReadable(IntegerBuffer b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
-
-
-
Constructor Detail
-
IntBufferReadable
IntBufferReadable(IntegerBuffer b)
-
-
Method Detail
-
read
public int read()
- Specified by:
read
in interfaceDoctypeSupport.Readable
-
-