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