uk.ac.man.bioinf.sequence.identifier
Class ReaderSource
java.lang.Object
|
+--uk.ac.man.bioinf.sequence.identifier.SimpleSource
|
+--uk.ac.man.bioinf.sequence.identifier.ReaderSource
- All Implemented Interfaces:
- Source
- public class ReaderSource
- extends SimpleSource
ReaderSource.java
This class identify the specific reader which was used to load the
identifiable object. There is not really a lot which can be done
with an object cast as a Reader, so essentially it just uses its
toString method at the time that its called.
Created: Fri Sep 8 18:15:25 2000
- Version:
- $Id: ReaderSource.java,v 1.2 2001/04/11 17:04:43 lord Exp $
- Author:
- Phillip Lord
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderSource
public ReaderSource(Reader reader)