Package org.h2.dev.util

Utility classes that are currently not used in the database engine.

See:
          Description

Class Summary
ArrayUtils Array utility methods.
Base64 This class converts binary to base64 and vice versa.
ConcurrentLinkedList<K> A very simple linked list that supports concurrent access.
ConcurrentLinkedListWithTail<K> A very simple linked list that supports concurrent access.
ConcurrentRing<K> A ring buffer that supports concurrent access.
FileContentHash A utility to calculate the content hash of files.
FileViewer A text file viewer that support very large files.
ImmutableArray<K> An immutable array.
ImmutableArray2<K> An immutable array.
ImmutableArray3<K> An immutable array.
JavaProcessKiller Allows to kill a certain Java process.
Migrate Migrate a H2 database version 1.1.x (page store not enabled) to 1.2.x (page store format).
ReaderInputStream The reader input stream wraps a reader and convert the character to the UTF-8 format.
RemovePasswords A tool that removes passwords from an unencrypted database.
ThreadDumpCleaner A tool that removes uninteresting lines from stack traces.
ThreadDumpFilter Filter full thread dumps from a log file.
 

Package org.h2.dev.util Description

Utility classes that are currently not used in the database engine.