C D E S
C
- copy(InputStream, OutputStream) - Static method in class de.mklinger.micro.streamcopy.StreamCopy
-
Copies bytes from a InputStream to an
OutputStream.
- copy(InputStream, OutputStream, int) - Static method in class de.mklinger.micro.streamcopy.StreamCopy
-
Copies bytes from an InputStream to an OutputStream using an internal buffer of the
given size.
D
- de.mklinger.micro.streamcopy - package de.mklinger.micro.streamcopy
-
Micro libraray for copying contents of an InputStream to an OutputStream.
E
- EOF - Static variable in class de.mklinger.micro.streamcopy.StreamCopy
-
Represents the end-of-file (or stream).
S
- StreamCopy - Class in de.mklinger.micro.streamcopy
-
Stream copy utility.
C D E S
Copyright © 2019 mklinger GmbH. All rights reserved.