public class Section
extends java.lang.Object
| Constructor and Description |
|---|
Section(SectionHeader header,
java.io.InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
SectionHeader |
getHeader() |
java.io.InputStream |
getStream() |
boolean |
isDone() |
void |
skip() |
public Section(SectionHeader header, java.io.InputStream stream)
public void skip()
throws java.io.IOException
java.io.IOExceptionpublic SectionHeader getHeader()
public java.io.InputStream getStream()
public boolean isDone()
Copyright © 2024. All rights reserved.