net.sf.jannot.parser
Class WiggleParser

java.lang.Object
  extended by net.sf.jannot.parser.Parser
      extended by net.sf.jannot.parser.WiggleParser

public class WiggleParser
extends Parser


Field Summary
 
Fields inherited from class net.sf.jannot.parser.Parser
dataKey, parsers
 
Constructor Summary
WiggleParser()
           
 
Method Summary
 EntrySet parse(java.io.InputStream is, EntrySet set)
          Read all data from an input stream.
 
Methods inherited from class net.sf.jannot.parser.Parser
detectParser, setDataKey, toString, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WiggleParser

public WiggleParser()
Parameters:
dataKey -
Method Detail

parse

public EntrySet parse(java.io.InputStream is,
                      EntrySet set)
Description copied from class: Parser
Read all data from an input stream. Set the data source for each item to the supplied source. If and EntrySet is supplied the data will be added to this set, otherwise a new set will be created. Either the supplied or the new EntrySet is returned.

Specified by:
parse in class Parser
Parameters:
is - inputStream
set - TODO
Returns:
either the supplied EntrySet or a new one containing the loaded stuff


Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved. SourceForge.netLogo