From 9300e1df2b85949be1c0e858e7436c51bd1612da Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:37:56 -0400 Subject: delete all remaining orphaned pages in pl (#1417) --- files/pl/orphaned/nsiinputstream/index.html | 42 ----------------------------- 1 file changed, 42 deletions(-) delete mode 100644 files/pl/orphaned/nsiinputstream/index.html (limited to 'files/pl/orphaned/nsiinputstream/index.html') diff --git a/files/pl/orphaned/nsiinputstream/index.html b/files/pl/orphaned/nsiinputstream/index.html deleted file mode 100644 index 1a2193360e..0000000000 --- a/files/pl/orphaned/nsiinputstream/index.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: nsIInputStream -slug: orphaned/nsIInputStream -tags: - - Dokumentacja_API_XPCOM - - Interfejsy - - Interfejsy:Skryptowalne - - Interfejsy:Zamrożone - - Wszystkie_kategorie - - XPCOM -original_slug: nsIInputStream ---- -

Dokumentacja API XPCOM -

-

Podsumowanie

-

Interfejs nsIInputStream reprezentuje źródło danych nadających się do odczytu. -

-
  #include "nsIInputStream.h"
-
-  [scriptable, uuid=(fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a)]
-  interface nsIInputStream : nsISupports { ... };
-
-

Metody

-
close -
Metoda zamyka ciąg wejściowy. -
-
available -
Metoda zwraca ilość bajtów aktualnie możliwych do odczytania z ciągu. -
-
read -
Metoda kopiuje dane z ciągu do bufora. -
-
readSegments -
Metoda dostarcza bezpośredniego dostępu do wewnętrznego bufora ciągu. -
-
isNonBlocking -
Metoda zwraca wartość true jeśli ciąg nie jest blokujący. -
-

Historia

-

Ten interfejs został zamrożony dla Mozilli 1.0. Zobacz błąd 124465, aby poznać szczegóły. -

-- cgit v1.2.3-54-g00ecf