All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.Ostermiller.util.StraightStreamReader.bte Maven / Gradle / Ivy

Go to download

Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors.

The newest version!
<%bte.doc super="item.bte" %>
<%bte.tpl name=pageTitle%>Straight Stream Reader<%/bte.tpl%>
<%bte.tpl name=description%>An input stream reader that does no character class translation.<%/bte.tpl%>
<%bte.tpl name=keywords%>staightstreamreader, straight stream reader, reader without character set<%/bte.tpl%>
<%bte.tpl name=topcontent%>
An input stream reader that does not do character class translation. 
<%/bte.tpl%>
<%bte.tpl name=content%>

You might find this class useful for reading binary files using an API that only support Reader and not InputStreams. One such example is the lexical analyzer JFlex. There is some discussion in its manual about how a class like this might come in handy. This class is included with the binary scanning example that comes with JFlex.

<%/bte.tpl%> <%bte.tpl name=linkStraightStreamReader%>Straight Stream Reader <%/bte.tpl%> <%/bte.doc%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy