Class CommandChannelDecoder
java.lang.Object
org.apache.maven.surefire.booter.spi.CommandChannelDecoder
- All Implemented Interfaces:
 AutoCloseable,MasterProcessChannelDecoder
magic number : opcode [: opcode specific data]*
 
- Since:
 - 3.0.0-M5
 - Author:
 - Tibor Digana (tibor17)
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCommandChannelDecoder(ReadableByteChannel channel, ForkNodeArguments arguments)  - 
Method Summary
 
- 
Constructor Details
- 
CommandChannelDecoder
public CommandChannelDecoder(@Nonnull ReadableByteChannel channel, @Nonnull ForkNodeArguments arguments)  
 - 
 - 
Method Details
- 
decode
- Specified by:
 decodein interfaceMasterProcessChannelDecoder- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceMasterProcessChannelDecoder- Throws:
 IOException
 
 -