[io] Addition of a TrailerInputStream class?

2014-01-28 Thread Duncan Jones
Hi all, For a project of mine I developed a class named TrailerInputStream, which reads from an InputStream whilst retaining a buffer of N bytes (the trailer), Once the stream has been exhausted, the final N bytes are obtained by calling the getTrailer() method. I found it helpful for reading str

Re: svn commit: r1562220 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/geometry/enclosing/ main/java/org/apache/commons/math3/geometry/euclidean/twod/ test/java/org/

2014-01-28 Thread Thomas Neidhart
On 01/28/2014 09:29 PM, l...@apache.org wrote: > Author: luc > Date: Tue Jan 28 20:29:27 2014 > New Revision: 1562220 > > URL: http://svn.apache.org/r1562220 > Log: > Added Emo Welzl algorithm finding points smallest enclosing ball. > > JIRA: MATH-1095 > > Added: > > commons/proper/math/tru