aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org
AgeCommit message (Expand)Author
2023-02-01[IO-786] Add UnsynchronizedBufferedInputStreamGary Gregory
2023-02-01[IO-786] Add UnsynchronizedFilterInputStreamGary Gregory
2023-02-01JavadocGary Gregory
2023-01-27Port some test code from IO to NIO APIsGary Gregory
2023-01-19Add and use ThreadUtilsGary Gregory
2023-01-19Add @SuppressWarnings("resource") // no allocationGary Gregory
2023-01-18[IO-784] Add support for Appendable to HexDump util (#418)Fredrik Kjellberg
2022-12-29Use Arrays.copyOf() and copyOfRange()Gary Gregory
2022-10-09[IO-782] SequenceReader should close readers when its close method isGary Gregory
2022-10-05Use Java 8 APIsGary Gregory
2022-09-19Add IOBaseStream & IOStreamGary Gregory
2022-09-17Did not mean to add this (yet)Gary Gregory
2022-09-17Revert "Revert "Make this test more reliable based on a failure seen on GitHu...Gary Gregory
2022-09-17Revert "Make this test more reliable based on a failure seen on GitHub."Gary Gregory
2022-09-17Make this test more reliable based on a failure seen on GitHub.Gary Gregory
2022-09-17Javadoc tweaksGary Gregory
2022-09-17Refactor internalsGary Gregory
2022-09-17Make new class finalGary Gregory
2022-09-17Better parameter namesGary Gregory
2022-09-14Better docs in IOUtils and IOUtils.byteArray(int size) (#374)ArdenL_Liu
2022-09-13Remove whitespaceGary Gregory
2022-09-13Add missing class:Gary Gregory
2022-09-12IOExceptionList implements Iterable.Gary Gregory
2022-09-12Add IOSpliteratorGary Gregory
2022-09-12Make package-private class finalGary Gregory
2022-09-12Add Javadoc since tagGary Gregory
2022-09-12Make package-private class finalGary Gregory
2022-09-12Add IOIteratorGary Gregory
2022-09-12[IO-611] FilenameUtils.normalize javadoc and tests. (#383)Fedor Urvanov
2022-08-29Javadoc @link tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-29Javadoc @see tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-28No need for a FQCN for classes in java.langGary Gregory
2022-08-26Fix typos (#375)Michael Ernst
2022-08-20Add TimestampedObserver.isClosed().Gary Gregory
2022-08-13Fix new API and convert its tests to use fixed file timesGary Gregory
2022-08-13JavadocGary Gregory
2022-08-13JAvadocGary Gregory
2022-08-08Use streamsGary Gregory
2022-08-08Simplify internals of FileUtils#iterateFiles(File, String[], boolean)Gary Gregory
2022-08-08Format tweaksGary Gregory
2022-08-08Don't use deprecated methodGary Gregory
2022-08-08[IO-386] FileUtils.doCopyFile uses different methods to check the fileGary Gregory
2022-08-08Change parameter order of new methods, use var-args, improve testsGary Gregory
2022-08-07Add IOBinaryOperatorGary Gregory
2022-08-07Add IOUnaryOperatorGary Gregory
2022-08-07Add IOComparatorGary Gregory
2022-08-07JavadocGary Gregory
2022-07-28JavadocGary Gregory
2022-07-28JavadocGary Gregory
2022-07-28Add IORunnable#asRunnable()Gary Gregory