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 SummaryConstructorsConstructorDescriptionCommandChannelDecoder(ReadableByteChannel channel, ForkNodeArguments arguments) 
- 
Method Summary
- 
Constructor Details- 
CommandChannelDecoderpublic CommandChannelDecoder(@Nonnull ReadableByteChannel channel, @Nonnull ForkNodeArguments arguments) 
 
- 
- 
Method Details- 
decode- Specified by:
- decodein interface- MasterProcessChannelDecoder
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- MasterProcessChannelDecoder
- Throws:
- IOException
 
 
-