public class EzyClassPathInputStreamLoader extends Object implements EzyInputStreamLoader
| Modifier and Type | Class and Description |
|---|---|
static class |
EzyClassPathInputStreamLoader.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoader |
classLoader |
| Modifier | Constructor and Description |
|---|---|
|
EzyClassPathInputStreamLoader() |
protected |
EzyClassPathInputStreamLoader(EzyClassPathInputStreamLoader.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static EzyClassPathInputStreamLoader.Builder |
builder() |
protected InputStream |
firstLoad(String filePath) |
InputStream |
load(String filePath) |
protected InputStream |
secondLoad(String filePath) |
protected final ClassLoader classLoader
public EzyClassPathInputStreamLoader()
protected EzyClassPathInputStreamLoader(EzyClassPathInputStreamLoader.Builder builder)
public InputStream load(String filePath)
load in interface EzyInputStreamLoaderprotected InputStream firstLoad(String filePath)
protected InputStream secondLoad(String filePath)
public static EzyClassPathInputStreamLoader.Builder builder()
Copyright © 2023 Young Monkeys. All rights reserved.