dw.io
Class InputStream
dw.io.InputStream
The class represent a stream of bytes that can be read from the
application. The InputStream itself doesn't provide any methods
to read the data. Instead the InputStream can be chained with
other classes like a XMLStreamReader to read data.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
close()
:
void
Closes the input stream.
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.