Package patterntesting.runtime.io

Package class diagram package patterntesting.runtime.io
This package contains some IO helpers and some "better" implementations.

See:
          Description

Class Summary
AbstractSerializer This is the common superclass for all Serializer casses in PatternTesting.
BetterFileInputStream Whenever you need a FileInputStream and want a better toString implementation you can use the class BetterFileInputStream.
BetterFileOutputStream Whenever you need a FileOutputStream and want a better toString implementation you can use the class BetterFileOutputStream.
BinarySerializer This is the default serializer which uses the default mechanism proved by the JDK.
FileHelper The Class FileHelper.
LineReader If extends BufferedReader but provides you the line number in which the reader is reading.
XStreamSerializer This is a thin wrapper around the XStream class and xstream library.
 

Package patterntesting.runtime.io Description

This package contains some IO helpers and some "better" implementations. E.g. the BetterFile...Stream classes provides a better toString implementation to support logging and debugging.



Copyright © 2002–2014 PatternTesting Team. All rights reserved.