Read
IStreamWrapper.Read-Methode
Liest eine Folge von Bytes aus dem aktuellen Stream und verschiebt die Position innerhalb des Streams um die Anzahl der gelesenen Bytes.
public void Read(byte[] buffer, int offset, int count)
Parameter | Typ | Beschreibung |
---|---|---|
buffer | Byte[] | Folge von Bytes Byte[] |
offset | Int32 | Startposition zum Lesen Int32 |
count | Int32 | Anzahl der Bytes zum Lesen Int32 |
Siehe auch
- Schnittstelle IStreamWrapper
- Namespace Aspose.Slides
- Assembly Aspose.Slides