jar

com.github.power-libraries : iopower

Maven & Gradle

Sep 15, 2016
1 stars

Power Libraries is a small project to collect some repeatedly needed or otherwise useful Java 8 classes in a collection of tiny libraries. IO Power is the first and really tiny library of the Power Libraries. It contains some simple helper method for opening Input- and Outputstreams. The main purpose of IO Power is to make opening streams, readers and writers less cluttered and simple to understand.

Table Of Contents

Latest Version

Download com.github.power-libraries : iopower JAR file - Latest Versions:

All Versions

Download com.github.power-libraries : iopower JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 iopower-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.powerlibraries.io.builder.targets

├─ com.github.powerlibraries.io.builder.targets.ByteArrayTarget.class - [JAR]

├─ com.github.powerlibraries.io.builder.targets.FileTarget.class - [JAR]

├─ com.github.powerlibraries.io.builder.targets.OutputStreamTarget.class - [JAR]

├─ com.github.powerlibraries.io.builder.targets.StringTarget.class - [JAR]

├─ com.github.powerlibraries.io.builder.targets.Target.class - [JAR]

com.github.powerlibraries.io.functions

├─ com.github.powerlibraries.io.functions.BufferedWriterConsumer.class - [JAR]

├─ com.github.powerlibraries.io.functions.InputStreamWrapper.class - [JAR]

├─ com.github.powerlibraries.io.functions.OutputStreamConsumer.class - [JAR]

├─ com.github.powerlibraries.io.functions.OutputStreamWrapper.class - [JAR]

├─ com.github.powerlibraries.io.functions.ReaderWrapper.class - [JAR]

├─ com.github.powerlibraries.io.functions.WriterConsumer.class - [JAR]

├─ com.github.powerlibraries.io.functions.WriterWrapper.class - [JAR]

com.github.powerlibraries.io.builder

├─ com.github.powerlibraries.io.builder.BaseOutBuilder.class - [JAR]

├─ com.github.powerlibraries.io.builder.ByteOutBuilder.class - [JAR]

├─ com.github.powerlibraries.io.builder.CharsetHolder.class - [JAR]

├─ com.github.powerlibraries.io.builder.InBuilder.class - [JAR]

├─ com.github.powerlibraries.io.builder.OutBuilder.class - [JAR]

├─ com.github.powerlibraries.io.builder.StringOutBuilder.class - [JAR]

com.github.powerlibraries.io

├─ com.github.powerlibraries.io.IOConfig.class - [JAR]

├─ com.github.powerlibraries.io.In.class - [JAR]

├─ com.github.powerlibraries.io.Out.class - [JAR]

com.github.powerlibraries.io.builder.sources

├─ com.github.powerlibraries.io.builder.sources.ByteArraySource.class - [JAR]

├─ com.github.powerlibraries.io.builder.sources.FileSource.class - [JAR]

├─ com.github.powerlibraries.io.builder.sources.InputStreamSource.class - [JAR]

├─ com.github.powerlibraries.io.builder.sources.Source.class - [JAR]

├─ com.github.powerlibraries.io.builder.sources.StringSource.class - [JAR]

├─ com.github.powerlibraries.io.builder.sources.URLSource.class - [JAR]

com.github.powerlibraries.io.helper.stringout

├─ com.github.powerlibraries.io.helper.stringout.SBDataOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.SBObjectOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.SBOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.SBPrintWriter.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.SBWrapper.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.SBWriter.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.SBZipOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.stringout.StringBuilderOutputStream.class - [JAR]

com.github.powerlibraries.io.helper.byteout

├─ com.github.powerlibraries.io.helper.byteout.BADataOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.byteout.BAObjectOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.byteout.BAOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.byteout.BAPrintWriter.class - [JAR]

├─ com.github.powerlibraries.io.helper.byteout.BAWriter.class - [JAR]

├─ com.github.powerlibraries.io.helper.byteout.BAZipOutputStream.class - [JAR]

├─ com.github.powerlibraries.io.helper.byteout.ByteArrayWrapper.class - [JAR]

com.github.powerlibraries.io.helper

├─ com.github.powerlibraries.io.helper.CompressorRegistry.class - [JAR]

Advertisement