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