com.sun.istack |
istack-commons runtime utilities. |
Java Source File Name | Type | Comment |
ByteArrayDataSource.java | Class | DataSource backed by a byte buffer. |
FinalArrayList.java | Class | ArrayList with the final keyword. |
FragmentContentHandler.java | Class | XMLFilterImpl that masks start/end document SAX events. |
Interned.java | Annotation | Designates that a field, return value, argument, or a variable is supposed
to be an
String.intern interned string.
In many places in the istack, we assume Strings to be interned for
the performance reason. |
NotNull.java | Annotation | Designates that a field, return value, argument, or a variable is guaranteed to be non-null. |
Nullable.java | Annotation | Designates that a field, return value, argument, or a variable may be null. |
package-info.java | | |
Pool.java | Interface | Pool of reusable objects that are indistinguishable from each other,
such as JAXB marshallers. |
SAXException2.java | Class | SAXException that handles exception chaining correctly. |
SAXParseException2.java | Class | SAXParseException that handles exception chaining correctly. |
XMLStreamException2.java | Class | XMLStreamException that properly handles exception chaining. |
XMLStreamReaderToContentHandler.java | Class | This is a simple utility class that adapts StAX events from an
XMLStreamReader to SAX events on a
ContentHandler , bridging between the two
parser technologies. |