Package org.codehaus.plexus.util
Class BaseIOUtil
java.lang.Object
org.codehaus.plexus.util.BaseIOUtil
- Direct Known Subclasses:
IOUtil
Implementation specific to Java SE 8 version.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
copy
(InputStream input, OutputStream output) (package private) static void
-
Field Details
-
DEFAULT_BUFFER_SIZE
private static final int DEFAULT_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
BaseIOUtil
BaseIOUtil()
-
-
Method Details
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-