org.limitless.nmc.Client
Interface NMCStringDataSource

All Known Implementing Classes:
MuckInputSource

public interface NMCStringDataSource

This describes a way to fetch strings from a live MU connection.

Author:
Brian Jones

Nested Class Summary
static interface NMCStringDataSource.Factory
          This connects an existing Reader to the formatting from a MU.
 
Method Summary
 void close()
          Call this when done!
 java.lang.String get()
          Fetch a line from the MU.
 

Method Detail

get

java.lang.String get()
                     throws NMCConnectionLost
Fetch a line from the MU.

Returns:
The string, with protocol stuff (if any) stripped.
Throws:
NMCConnectionLost

close

void close()
Call this when done!



Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.