Uses of Class
net.sf.staccatocommons.io.restrictions.KeepOpen

Packages that use KeepOpen
net.sf.staccatocommons.io This package contains the core classes of staccato-commons-io that integrate java.io with staccato-commons-lang and staccato-commons-collections. 
 

Uses of KeepOpen in net.sf.staccatocommons.io
 

Method parameters in net.sf.staccatocommons.io with annotations of type KeepOpen
static Stream<String> IOStreams.fromLines(InputStream in)
          Answers a Stream that retrieves lines from the given InputStream
static Stream<String> IOStreams.fromLines(Reader readable)
          Answers a Stream that retrieves lines from the given Readable
static
<A> Stream<A>
IOStreams.fromObjects(ObjectInput readable)
          Answers a Stream that retrieves objects from the given ObjectInput
static Stream<String> IOStreams.fromTokens(InputStream in, String regexp)
          Answers a Stream that retrieves tokens that match the given regular expression from the given InputStream
static Stream<String> IOStreams.fromTokens(Readable readable, String regexp)
          Answers a Stream that retrieves tokens that match the given regular expression from the given Readable
static Stream<String> IOStreams.fromWords(Readable readable)
          Answers a Stream that retrieves words from the given Readable
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.