Module org.sejda.io
Package org.sejda.io

Class DevNullWritableByteChannel

java.lang.Object
org.sejda.io.DevNullWritableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel

public class DevNullWritableByteChannel extends Object implements WritableByteChannel
WritableByteChannel that does nothing .
  • Field Details

    • open

      private boolean open
  • Constructor Details

    • DevNullWritableByteChannel

      public DevNullWritableByteChannel()
  • Method Details