Giter VIP home page Giter VIP logo

java-io-util's Introduction

Common I/O utilities for Java

Download Changes

This library contains common code used for I/O operations in Java.
While not being rocket science, its purpose is to be useful, well documented and well tested.

Dependency graph

flowchart BT

    x-jaxb{{javax.xml.bind:jaxb-api}}
    x-picocsv{{<a href='https://github.com/nbbrd/picocsv'>com.github.nbbrd.picocsv:picocsv}}

    base
    xml
    xml-bind
    picocsv
    win

    xml --> base
    xml-bind --> xml
    xml-bind -.-> x-jaxb
    win --> base
    picocsv --> base
    picocsv -.-> x-picocsv

    classDef x fill:#00000000,stroke:#00000000,font-style:italic
    class x-jaxb,x-picocsv x
Loading

java-io-util's People

Contributors

charphi avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

charphi

java-io-util's Issues

Fix MalformedInputException in ProcessReader

Caused by: java.nio.charset.MalformedInputException: Input length = 1
	at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:279)
	at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:384)
	at java.base/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:215)
	at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:169)
	at java.base/java.io.InputStreamReader.read(InputStreamReader.java:188)
	at java.base/java.io.BufferedReader.read1(BufferedReader.java:223)
	at java.base/java.io.BufferedReader.implRead(BufferedReader.java:314)
	at java.base/java.io.BufferedReader.read(BufferedReader.java:296)
	at java.base/java.io.Reader.read(Reader.java:265)

Add support of Zip64

POI 5.x.x has changed its default behavior regarding .xlsx files.
Theses zip files are now created with the Zip64 specification which is not currently supported by nbbrd.io.zip.Zip.
Trying to read these files throws a java.util.zip.ZipException with cause invalid entry size (expected 0 but got ... bytes).

See "Known Interoperability Problems" at https://commons.apache.org/proper/commons-compress/zip.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.