public class InputStreamResource extends AbstractResource
| Constructor and Description |
|---|
InputStreamResource(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
InputStream |
getInputStream() |
String |
getName() |
Resource |
getRelativeResource(String relativePath) |
URL |
getURL() |
cleanPath, createRelativePath, isOpen, toStringpublic InputStreamResource(InputStream input)
public URL getURL() throws IOException
IOExceptionpublic Resource getRelativeResource(String relativePath) throws IOException
IOExceptionpublic boolean exists()
public InputStream getInputStream() throws IOException
IOExceptionpublic String getName()
Copyright © 2026 Brandao. All rights reserved.