JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
O
T
W
C
Cleanser
- Class in
org.beiter.michael.array
A utility class with methods to clear arrays.
Converter
- Class in
org.beiter.michael.array
A utility class with methods to convert arrays (e.g.
O
org.beiter.michael.array
- package org.beiter.michael.array
Provides classes to convert and modify arrays (e.g.
T
toBytes(char[])
- Static method in class org.beiter.michael.array.
Converter
Convert a char array to a byte array using the platform's default encoding as returned by
Charset.defaultCharset()
.
toBytes(char[], String)
- Static method in class org.beiter.michael.array.
Converter
Convert a char array to a byte array using the provided String encoding.
toChars(byte[])
- Static method in class org.beiter.michael.array.
Converter
Convert a byte array to a char array using the platform's default encoding as returned by
Charset.defaultCharset()
.
toChars(byte[], String)
- Static method in class org.beiter.michael.array.
Converter
Convert a byte array to a char array using the provided String encoding.
W
wipe(byte[])
- Static method in class org.beiter.michael.array.
Cleanser
Wipe the contents of the provided array from memory.
wipe(char[])
- Static method in class org.beiter.michael.array.
Cleanser
Wipe the contents of the provided array from memory.
C
O
T
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014–2016
Michael Beiter
. All rights reserved.