Class CommandChannelDecoder

java.lang.Object
org.apache.maven.surefire.booter.spi.CommandChannelDecoder
All Implemented Interfaces:
AutoCloseable, org.apache.maven.surefire.api.booter.MasterProcessChannelDecoder

public class CommandChannelDecoder extends Object implements org.apache.maven.surefire.api.booter.MasterProcessChannelDecoder
magic number : opcode [: opcode specific data]*
Since:
3.0.0-M5
Author:
Tibor Digana (tibor17)
  • Constructor Details

  • Method Details

    • decode

      @Nonnull public org.apache.maven.surefire.api.booter.Command decode() throws IOException
      Specified by:
      decode in interface org.apache.maven.surefire.api.booter.MasterProcessChannelDecoder
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.apache.maven.surefire.api.booter.MasterProcessChannelDecoder
      Throws:
      IOException