Uses of Class
org.apache.olingo.client.core.communication.util.PipedInputStream
Packages that use PipedInputStream
-
Uses of PipedInputStream in org.apache.olingo.client.core.communication.util
Methods in org.apache.olingo.client.core.communication.util with parameters of type PipedInputStreamConstructors in org.apache.olingo.client.core.communication.util with parameters of type PipedInputStreamModifierConstructorDescriptionCreates a PipedOutputStream with a default buffer size and connects it tosink.PipedOutputStream(PipedInputStream sink, int bufferSize) Creates a PipedOutputStream with buffer sizebufferSizeand connects it tosink.