Package org.infinispan.cli.impl
Class ShellOutputStreamAdapter
- java.lang.Object
-
- java.io.OutputStream
-
- org.infinispan.cli.impl.ShellOutputStreamAdapter
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class ShellOutputStreamAdapter extends OutputStream
- Since:
- 11.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Constructor Summary
Constructors Constructor Description ShellOutputStreamAdapter(org.aesh.command.shell.Shell shell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(int b)-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
-
-
-
Method Detail
-
write
public void write(int b)
- Specified by:
writein classOutputStream
-
-