aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/io/input/XmlStreamReader.java
AgeCommit message (Expand)Author
2023-10-10Fix Javadoc error and warningsGary Gregory
2023-10-03IO-815: XmlStreamReader encoding RE is too strictSebb
2023-07-24Better regular expressionGary Gregory
2023-07-24Match XML PI at start of documentGary Gregory
2023-07-24JavadocGary Gregory
2023-05-31JavadocGary Gregory
2023-05-19Add AbstractStreamBuilder.setOpenOptions(OpenOption...)Gary Gregory
2023-05-19JavadocGary Gregory
2023-05-18JavadocGary Gregory
2023-05-18JavadocGary Gregory
2023-05-18JavadocGary Gregory
2023-05-09Replace "Invalid" with "Illegal" in some exception messagesGary Gregory
2023-05-03Use builder and JavadocGary Gregory
2023-04-25JavadocGary Gregory
2023-04-22Fix @since tagsGary Gregory
2023-04-16Add builders and avoid creating more constructors for all permutationsGary Gregory
2023-04-16Add builders and avoid creating more constructors for all permutationsGary Gregory
2022-07-19Add and reuse IOConsumer.forEach(*) and forEachIndexed(*).Gary Gregory
2022-06-21Reuse StandardCharsetsGary Gregory
2022-06-21Whitespace and name tweaksGary Gregory
2022-06-21Format tweakGary Gregory
2022-06-21JavadocGary Gregory
2021-10-03Reimplement internals to use try-with-resources.Gary Gregory
2021-10-03Better param name.Gary Gregory
2021-07-10Use StringBuilder instead of StringBuffer.Gary Gregory
2021-06-30Add and use XmlStreamReader(Path).Gary Gregory
2021-06-30Replace construction of FileInputStream and FileOutputStream objects with Fil...Arturo Bernal
2021-05-22- Simplify array declarations.Gary Gregory
2021-02-10Fix Typos in JavaDoc, Comments and Tests (#201)Felix Rilling
2021-02-01Add and use IOUtils.byteArray(*).Gary Gregory
2021-02-01In-line constant reference.Gary Gregory
2021-01-23Javadoc: Sentences end in a period.Gary Gregory
2021-01-21Add @SuppressWarnings with comments.Gary Gregory
2021-01-21Sort members.Gary Gregory
2021-01-19Replace HTML tags like <code>x</code> with Javadoc's {@code x}.Gary Gregory
2021-01-12Provide an exception message.Gary Gregory
2020-09-03- Javadoc.Gary Gregory
2020-09-03Javadoc.Gary Gregory
2020-09-02Javadoc: Close paragraph tags.Gary Gregory
2020-08-20Abbreviate and only call readLine() once in the loop.Gary Gregory
2020-04-13IO-665 ensure that passing a null InputStream results in NPE with tests (#112)Otto Fowler
2020-04-13[IO-666] Normalize internal buffers to 8192 bytes.Gary Gregory
2020-04-13name "is" -> "inputStream".Gary Gregory
2018-03-06Don't need to nest else clause. Refactor magic numbers into constants.Gary Gregory
2018-01-14IO-557: UnsupportedEncodingException when opening an ISO-8859-1 XML stream wi...luccioman
2017-02-15Fix Javadoc typos (closes #30)Sebastian Kürten
2016-11-10remove references to the svn id keyword from javadoc comments (commons-io is ...pascalschumacher
2016-04-14Fix Javadoc typos from https://github.com/apache/commons-io/pull/10.Gary D. Gregory
2015-06-21Fixed all checkstyle errors and a findbugs errorKristian Rosenvold
2015-06-18Language level code changesKristian Rosenvold