michael@0: /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "nsIInputStream.idl" michael@0: #include "nspluginroot.idl" michael@0: michael@0: /** michael@0: * The nsIPluginInputStream interface ... michael@0: */ michael@0: [uuid(af160530-542a-11d2-8164-006008119d7a)] michael@0: interface nsIPluginInputStream : nsIInputStream { michael@0: /** michael@0: * Corresponds to NPStream's lastmodified field.) michael@0: */ michael@0: void getLastModified(out unsigned long aResult); michael@0: michael@0: void requestRead(out NPByteRange aRangeList); michael@0: };