MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / appendTo

Method appendTo

CodenameOne/src/com/codename1/io/Data.java:102–106  ·  view source on GitHub ↗
(OutputStream output)

Source from the content-addressed store, hash-verified

100
101 /// {@inheritDoc }
102 @Override
103 public void appendTo(OutputStream output) throws IOException {
104 FileSystemStorage fs = FileSystemStorage.getInstance();
105 Util.copyNoClose(fs.openInputStream(file.getAbsolutePath()), output, 8192);
106 }
107
108 /// {@inheritDoc }
109 @Override

Callers 1

testFileDataMethod · 0.95

Calls 4

getInstanceMethod · 0.95
copyNoCloseMethod · 0.95
openInputStreamMethod · 0.95
getAbsolutePathMethod · 0.45

Tested by 1

testFileDataMethod · 0.76