| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Method and Description |
|---|---|
static BufferedSource |
Source.fromFile(File file,
String enc)
Creates Source from file, using given character encoding, setting its
description to filename.
|
static BufferedSource |
Source.fromFile(String name,
String enc)
Creates Source from file, using given character encoding, setting its
description to filename.
|
static BufferedSource |
Source.fromInputStream(InputStream is)
Creates Source from InputStream.
|
static BufferedSource |
Source.fromInputStream(InputStream is,
String enc)
Creates Source from InputStream.
|
static BufferedSource |
Source.fromURL(URL url,
String enc)
Create a Source from URL
|
Copyright © 2015. All rights reserved.