From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- files/pl/orphaned/nsiinputstream/index.html | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/pl/orphaned/nsiinputstream/index.html (limited to 'files/pl/orphaned/nsiinputstream') diff --git a/files/pl/orphaned/nsiinputstream/index.html b/files/pl/orphaned/nsiinputstream/index.html new file mode 100644 index 0000000000..4096e7b899 --- /dev/null +++ b/files/pl/orphaned/nsiinputstream/index.html @@ -0,0 +1,41 @@ +--- +title: nsIInputStream +slug: nsIInputStream +tags: + - Dokumentacja_API_XPCOM + - Interfejsy + - 'Interfejsy:Skryptowalne' + - 'Interfejsy:Zamrożone' + - Wszystkie_kategorie + - XPCOM +--- +

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