public final class DocumentStream
extends FilterInputStream
| Modifier and Type | Method and Description |
|---|---|
static DocumentStream |
create(URL fromURL)
Creates a document stream.
|
@Nonnull @CheckReturnValue public static DocumentStream create(@Nonnull URL fromURL) throws FileNotFoundException
fromURL - The document URL.FileNotFoundException - When appropriate.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.