Searched defs:nsStorageInputStream (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.cpp328 class nsStorageInputStream : public nsIInputStream class in inherits:nsIInputStream,nsISeekableStream
332 nsStorageInputStream(nsStorageStream *aStorageStream, PRUint32 aSegmentSize) function in class:nsStorageInputStream
345 ~nsStorageInputStream()
367 NS_IMPL_THREADSAFE_ISUPPORTS2(nsStorageInputStream,
374 nsStorageInputStream *inputStream = new nsStorageInputStream(this, mSegmentSize);
391 nsStorageInputStream::Close()
397 nsStorageInputStream::Available(PRUint32 *aAvailable)
404 nsStorageInputStream::Read(char* aBuffer, PRUint32 aCount, PRUint32 *aNumRead)
444 nsStorageInputStream
[all...]

Completed in 39 milliseconds