Package com.sun.istack

istack-commons runtime utilities.

See:
          Description

Interface Summary
Builder<T>  
Pool<T> Pool of reusable objects that are indistinguishable from each other, such as JAXB marshallers.
 

Class Summary
ByteArrayDataSource DataSource backed by a byte buffer.
FinalArrayList<T> ArrayList with the final keyword.
FragmentContentHandler XMLFilterImpl that masks start/end document SAX events.
Pool.Impl<T> Default implementation that uses ConcurrentLinkedQueue as the data store.
XMLStreamReaderToContentHandler 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.
 

Exception Summary
SAXException2 SAXException that handles exception chaining correctly.
SAXParseException2 SAXParseException that handles exception chaining correctly.
XMLStreamException2 XMLStreamException that properly handles exception chaining.
 

Annotation Types Summary
Interned Designates that a field, return value, argument, or a variable is supposed to be an interned string.
NotNull Designates that a field, return value, argument, or a variable is guaranteed to be non-null.
Nullable Designates that a field, return value, argument, or a variable may be null.
 

Package com.sun.istack Description

istack-commons runtime utilities.



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.