Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package org.apache.harmony.luni.util


Detailed Description

Author:
Alexander Y. Kleymenov
Version:
$Revision$


Classes

class  Base64
 This class implements Base64 encoding/decoding functionality as specified in RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt). More...
class  BinarySearch
class  ErrorCodeException
class  ExposedByteArrayInputStream
 The extension of ByteArrayInputStream which exposes an underlying buffer. More...
class  HexStringParser
class  Inet6Util
 Utility functions for IPV6 operations. More...
class  InputStreamExposer
 The class contains static java.io.InputStream utilities. More...
class  InvalidJarIndexException
 InvalidJarIndexException is thrown when entries in META-INF/INDEX.LIST are inaccurate. More...
class  Msg
 This class retrieves strings from a resource bundle and returns them, formatting them with MessageFormat when required. More...
class  MsgHelp
 This class contains helper methods for loading resource bundles and formatting external message strings. More...
class  NotImplementedException
 This exception is thrown by methods that are not currently implemented, so that programs that call the stubs fail early and predictably. More...
class  OIDDatabase
class  PasswordProtectedInputStream
 This class implements a password-protected input stream. More...
class  PositionedInputStream
 This class implements a Stream whose position can be queried for. More...
class  PriviAction< T >
 Helper class to avoid multiple anonymous inner class for java.security.AccessController#doPrivileged(PrivilegedAction) calls. More...
class  SHAOutputStream
 This class implements the Secure Hash Algorithm, SHA-1. More...
class  ThreadLocalCache< T >
 The class extends the functionality of java.lang.ThreadLocal with possibility of discarding the thread local storage content when a heap is exhausted. More...
class  TwoKeyHashMap< E, K, V >
 Reductive hash with two keys. More...
class  URLUtil
class  Util
class  DeleteOnExit
class  FloatingPointParser
 Used to parse a string and return either a single or double precision floating point number. More...