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
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