public class SAMReader extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SAMReader.SAMClientEventListener
Async event notification interface for SAM clients
|
Constructor and Description |
---|
SAMReader(I2PAppContext context,
InputStream samIn,
SAMReader.SAMClientEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
startReading() |
void |
stopReading() |
public SAMReader(I2PAppContext context, InputStream samIn, SAMReader.SAMClientEventListener listener)