Class VertxBufferOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.jboss.resteasy.reactive.client.impl.VertxBufferOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class VertxBufferOutputStream extends OutputStream
-
-
Constructor Summary
Constructors Constructor Description VertxBufferOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.buffer.BuffergetBuffer()voidwrite(byte[] b)voidwrite(byte[] b, int off, int len)voidwrite(int b)-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
-
-
-
Method Detail
-
write
public void write(int b) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
write
public void write(byte[] b) throws IOException- Overrides:
writein classOutputStream- Throws:
IOException
-
write
public void write(byte[] b, int off, int len) throws IOException- Overrides:
writein classOutputStream- Throws:
IOException
-
getBuffer
public io.vertx.core.buffer.Buffer getBuffer()
-
-