Uses of Class
org.apache.commons.io.IOUtils.ScratchChars
-
Packages that use IOUtils.ScratchChars Package Description org.apache.commons.io Provides classes for working with streams, readers, writers and files. -
-
Uses of IOUtils.ScratchChars in org.apache.commons.io
Fields in org.apache.commons.io declared as IOUtils.ScratchChars Modifier and Type Field Description private static IOUtils.ScratchCharsIOUtils.ScratchChars. INSTANCEMethods in org.apache.commons.io that return IOUtils.ScratchChars Modifier and Type Method Description (package private) static IOUtils.ScratchCharsIOUtils.ScratchChars. get()Gets the internal char array buffer.
-