System.out.println( "This test can take up to some hours. The file size currently is about 50000." );
System.out.println( "Progress: " );
for ( int nAvailableBytes = nMinTestLen; nAvailableBytes < nMaxTestLen; nAvailableBytes++ )
{
Object oBStream = new BorderedStream( nAvailableBytes );
XStream xBorderedStream = (XStream)UnoRuntime.queryInterface( XStream.class, oBStream );
if ( xBorderedStream == null )
{
m_aTestHelper.Error( "Can't create bordered stream!" );
return false;