<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bjc-utils2.git/BJC-Utils2/src/main/java/bjc/utils/parserutils/BlockReader.java, branch trunk</title>
<subtitle>Miscellaneous utilities and support code
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/'/>
<entry>
<title>Separate general I/O from parsing.</title>
<updated>2017-03-26T00:34:42+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2017-03-26T00:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=b53c1ef47c438fb1144b961d1939c37a4bfe9120'/>
<id>b53c1ef47c438fb1144b961d1939c37a4bfe9120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Block toString</title>
<updated>2017-03-22T21:11:41+00:00</updated>
<author>
<name>bjculkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2017-03-22T21:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=73bdb274931e735bb958f73cc5414e50fed572c4'/>
<id>73bdb274931e735bb958f73cc5414e50fed572c4</id>
<content type='text'>
The toString for block had the start/end lines backwards :-(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The toString for block had the start/end lines backwards :-(
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2017-03-22T12:49:15+00:00</updated>
<author>
<name>bjculkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2017-03-22T12:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=bc7897b060062728cc5f51e4bf02cbed3954d2c7'/>
<id>bc7897b060062728cc5f51e4bf02cbed3954d2c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BlockReader</title>
<updated>2017-03-20T23:15:16+00:00</updated>
<author>
<name>bjculkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2017-03-20T23:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/bjc-utils2.git/commit/?id=6b659fe44d6d1d3381a4404c1b8685763f40f344'/>
<id>6b659fe44d6d1d3381a4404c1b8685763f40f344</id>
<content type='text'>
Adds BlockReader, which allows you to read blocks of characters delimited
by a given sequence from an arbitrary input source.

It provides line numbering relative to that source, as well as block
numbering.

The main caveat is that to prevent spurious NoSuchElementExceptions, EOF
is always treated as a valid delimiter, so blocks may be shorter than you
expect them to be.

This is only meant as a data input utility, not a data validation utility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds BlockReader, which allows you to read blocks of characters delimited
by a given sequence from an arbitrary input source.

It provides line numbering relative to that source, as well as block
numbering.

The main caveat is that to prevent spurious NoSuchElementExceptions, EOF
is always treated as a valid delimiter, so blocks may be shorter than you
expect them to be.

This is only meant as a data input utility, not a data validation utility.
</pre>
</div>
</content>
</entry>
</feed>
