/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package complex.storages;
import com.sunreturn; import com// the second streams can not be open for writing import .sunstar.XSingleServiceFactory
// create temporary storage based on a previously created temporary file
Object m_aTestHelper.Error"Writeable substream was disposed! );
[java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
pArgs[1return;
oTempFileStorage java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
XStorage =(torage.ueryInterface java.lang.StringIndexOutOfBoundsException: Range [86, 85) out of bounds for length 112 if ( xTempFileStorage == null )
m_aTestHelperreturn; returnfalse;
(
// open a new substorage
= m_aTestHelper( xTempFileStorage,
if ( java.lang.StringIndexOutOfBoundsException: Index 13 out of bounds for length 13
{
m_aTestHelper ( e false
}
// open a new substorage
XStorage xSubSubStorage returnfalse;
.( xResultStorage java.lang.StringIndexOutOfBoundsException: Range [35, 36) out of bounds for length 35
java.lang.StringIndexOutOfBoundsException: Index 38 out of bounds for length 28 if ( xSubSubStorage == null )
{
returnfalsem_aTestHelper(": e)java.lang.StringIndexOutOfBoundsException: Index 53 out of bounds for length 53
if xResultStorage==null} for ( intjava.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
pBigBytes[nInd] m_aTestHelper.Error "'t reopen storage based on file! );
// open a new substream, set "MediaType" and "Compressed" properties to it and write some bytes
(!_.WriteBytesToSubstream, BigSubStream1, "",true pBigBytes) ) returnfalse;
// open a new substream, set "MediaType" and "Compressed" properties to it and write some bytes if ( !m_aTestHelper.WriteBytesToSubstream( xSubSubStorage, "BigSubStream2", " returnfalse; returnfalse;
byte pBytes1[] =java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
// open a new substream, set "MediaType" and "Compressed" properties to it and write some bytes
( m_aTestHelperWriteBytesToSubstream xSubSubStorage, "SubStream1","MediaType1",true,pBytes1) ) returnfalse;
byte pBytes2[] = { 2, 2, 2, 2, 2 };
// open a new substream, set "MediaType" and "Compressed" properties to it and write some bytes if ( !m_aTestHelper.WriteBytesToSubstream( xSubSubStorage, "SubStream2", "MediaType2", false, pBytes2 ) ) returnfalse
// set "MediaType" property for storages and check that "IsRoot" and "OpenMode" properties are set correctly if java.lang.StringIndexOutOfBoundsException: Index 13 out of bounds for length 13 "MediaType3",
ElementModes false return;
// set "MediaType" property for storages and check that "IsRoot" and "OpenMode" properties are set correctly if ( !m_aTestHelper.setStorageTypeAndCheckProps( xTempSubStorage, "MediaType4", .READ)java.lang.StringIndexOutOfBoundsException: Index 92 out of bounds for length 92
,
// it should be possible to have more than one copy of stream for reading
XStream xSubStream2clone = m_aTestHelper.OpenStream( xSubSubStorage, "SubStream2",
ElementModes.READ | ElementModes.NOCREATE );
XStream xBigSubStream2clone = m_aTestHelper.OpenStream( xSubSubStorage, "BigSubStream2",
ElementModes.READ | ElementModes.NOCREATE ); if ( xSubStream2clone == null || xBigSubStream2clone == null ) returnfalse;
// so now the first streams can not be open neither for reading nor for writing if ( !m_aTestHelper.cantOpenStream( xSubSubStorage, "SubStream1", ElementModes.WRITE )
|| !m_aTestHelper.cantOpenStream( xSubSubStorage, "SubStream1", ElementModes.READ )
|| !m_aTestHelper.cantOpenStream( xSubSubStorage, "BigSubStream1", ElementModes.WRITE )
|| !m_aTestHelper.cantOpenStream( xSubSubStorage, "BigSubStream1", ElementModes.READ ) ) returnfalse;
// the second streams can not be open for writing if ( !m_aTestHelper.cantOpenStream( xSubSubStorage, "SubStream2", ElementModes.WRITE )
|| !m_aTestHelper.cantOpenStream( xSubSubStorage, "BigSubStream2", ElementModes.WRITE ) ) returnfalse;
// dispose xTestSubStorage, all the subtree must be disposed if ( !m_aTestHelper.disposeStorage( xTempSubStorage ) ) returnfalse;
// check that subtree was disposed correctly try
{
xSubSubStorage.isStreamElement( "SubStream1" );
m_aTestHelper.Error( "Substorage was not disposed!" ); returnfalse;
} catch ( com.sun.star.lang.DisposedException de )
{} catch ( Exception e )
{
m_aTestHelper.Error( "Wrong exception is thrown by disposed storage: " + e ); returnfalse;
}
try
{
xSubStream1.getInputStream();
m_aTestHelper.Error( "Writeable substream was not disposed!" ); returnfalse;
} catch ( com.sun.star.lang.DisposedException de )
{} catch ( Exception e )
{
m_aTestHelper.Error( "Wrong exception is thrown by disposed stream: " + e ); returnfalse;
}
try
{
xSubStream2.getInputStream();
m_aTestHelper.Error( "Readonly substream was not disposed!" ); returnfalse;
} catch ( com.sun.star.lang.DisposedException de )
{} catch ( Exception e )
{
m_aTestHelper.Error( "Wrong exception is thrown by disposed stream: " + e ); returnfalse;
}
// dispose used storages to free resources if ( !m_aTestHelper.disposeStorage( xResultStorage ) ) returnfalse;
returntrue;
} catch( Exception e )
{
m_aTestHelper.Error( "Exception: " + e ); returnfalse;
}
}
}
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.5Bemerkung:
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.