MCPcopy Create free account
hub / github.com/LibreOffice/core / getInputStream

Method getInputStream

odk/examples/java/Storage/TestHelper.java:614–629  ·  view source on GitHub ↗
( XStream xStream )

Source from the content-addressed store, hash-verified

612 }
613
614 public XInputStream getInputStream( XStream xStream )
615 {
616 XInputStream xInTemp = null;
617 try
618 {
619 xInTemp = xStream.getInputStream();
620 if ( xInTemp == null )
621 Error( "Can't get the input part of a stream!" );
622 }
623 catch ( Exception e )
624 {
625 Error( "Can't get the input part of a stream, exception :" + e );
626 }
627
628 return xInTemp;
629 }
630
631 public boolean closeOutput( XStream xStream )
632 {

Callers 15

callUnoinfoMethod · 0.45
getStringValueMethod · 0.45
getPathFromWhichMethod · 0.45
ReadStringFromStreamMethod · 0.45
loadFileURIMethod · 0.45
testMethod · 0.45
InternalCheckStreamMethod · 0.45
CreateTempFileMethod · 0.45
testMethod · 0.45
initStorageMethod · 0.45
lclGetRelatedStreamsFunction · 0.45
encryptMethod · 0.45

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected