-
Enhancement
-
Resolution: Done
-
Major
-
4.6.2.Final
-
None
The TagReaderImpl for an InputStream first reads the stream into a byte[] before returning the user. This is unnecessary and if a user needs to be buffer their InputStream they wrap their InputStream with a BufferedInputStream instead.