jar

com.beetstra.jutf7 : jutf7

Maven & Gradle

Aug 25, 2011
19 usages

jutf7 · This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.

Table Of Contents

Latest Version

Download com.beetstra.jutf7 : jutf7 JAR file - Latest Versions:

All Versions

Download com.beetstra.jutf7 : jutf7 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jutf7-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.beetstra.jutf7

├─ com.beetstra.jutf7.Base64Util.class - [JAR]

├─ com.beetstra.jutf7.CharsetProvider.class - [JAR]

├─ com.beetstra.jutf7.ModifiedUTF7Charset.class - [JAR]

├─ com.beetstra.jutf7.UTF7Charset.class - [JAR]

├─ com.beetstra.jutf7.UTF7StyleCharset.class - [JAR]

├─ com.beetstra.jutf7.UTF7StyleCharsetDecoder.class - [JAR]

├─ com.beetstra.jutf7.UTF7StyleCharsetEncoder.class - [JAR]

Advertisement