Skip navigation links
C D E S T 

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.

T

toByteArray(InputStream) - Static method in class de.mklinger.micro.streamcopy.StreamCopy
Copies bytes from a InputStream to a new byte array.
toString(InputStream, Charset) - Static method in class de.mklinger.micro.streamcopy.StreamCopy
Copies bytes from a InputStream to a new String using the given Charset.
C D E S T 
Skip navigation links

Copyright © 2019 mklinger GmbH. All rights reserved.