Skip navigation links
C D E G H I M N S T U V 

C

CharacterEncodingTranslator - Class in net.ninthtest
CharacterEncodingTranslator is a console and GUI front-end for CharsetTranslator.
CharacterEncodingTranslator() - Constructor for class net.ninthtest.CharacterEncodingTranslator
Builds the GUI components for the Character Encoding Translator application.
CharsetTranslator - Class in net.ninthtest.nio.charset
Instances of CharsetTranslator translate byte streams from one character encoding to another.
CharsetTranslator(String, String) - Constructor for class net.ninthtest.nio.charset.CharsetTranslator
Constructs a new CharsetTranslator that can translate from the named source encoding to the named target encoding.
CharsetTranslator(Charset, Charset) - Constructor for class net.ninthtest.nio.charset.CharsetTranslator
Constructs a new CharsetTranslator that can translate using a decoder and encoder from the given source and target Charsets, respectively.

D

DEFAULT_BUFFER_SIZE - Static variable in class net.ninthtest.nio.charset.CharsetTranslator
The default buffer size used when reading from the source input stream.
DimensionHelper - Class in net.ninthtest.swing.util
This class provides helper methods for working with AWT Dimensions.

E

equals(Object) - Method in class net.ninthtest.nio.charset.CharsetTranslator

G

getBufferSize() - Method in class net.ninthtest.nio.charset.CharsetTranslator
Returns the size of the buffer used when reading from the source input stream.

H

hashCode() - Method in class net.ninthtest.nio.charset.CharsetTranslator

I

isUsingXMLCharRefReplacement() - Method in class net.ninthtest.nio.charset.CharsetTranslator
Tells whether or not this translator will replace unmappable characters with their XML character reference equivalents.

M

main(String[]) - Static method in class net.ninthtest.CharacterEncodingTranslator
Launches Character Encoding Translator as a GUI or console application.

N

net.ninthtest - package net.ninthtest
 
net.ninthtest.nio.charset - package net.ninthtest.nio.charset
 
net.ninthtest.swing.util - package net.ninthtest.swing.util
 
normalizeHeight(JComponent...) - Static method in class net.ninthtest.swing.util.DimensionHelper
Sets all specified components to the same height.
normalizeWidth(JComponent...) - Static method in class net.ninthtest.swing.util.DimensionHelper
Sets all specified components to the same width.

S

setBufferSize(int) - Method in class net.ninthtest.nio.charset.CharsetTranslator
Sets the size of the buffer used when reading from the source input stream.
setPreferredHeight(int, JComponent...) - Static method in class net.ninthtest.swing.util.DimensionHelper
Sets all specified components to the same height.
setPreferredWidth(int, JComponent...) - Static method in class net.ninthtest.swing.util.DimensionHelper
Sets all specified components to the same width.
sourceCharset() - Method in class net.ninthtest.nio.charset.CharsetTranslator
Returns the source charset.

T

targetCharset() - Method in class net.ninthtest.nio.charset.CharsetTranslator
Returns the target charset.
toString() - Method in class net.ninthtest.nio.charset.CharsetTranslator
translate(InputStream, OutputStream) - Method in class net.ninthtest.nio.charset.CharsetTranslator
Translates a stream of bytes from one character encoding to another.

U

USAGE - Static variable in class net.ninthtest.CharacterEncodingTranslator
The command-line usage message.
useXMLCharRefReplacement(boolean) - Method in class net.ninthtest.nio.charset.CharsetTranslator
Tells this translator whether or not to use XML character reference replacements.

V

VERSION - Static variable in class net.ninthtest.CharacterEncodingTranslator
The current application SemVer version string.
C D E G H I M N S T U V 
Skip navigation links

Copyright © 2010–2015 Matthew Zipay. All rights reserved.