public interface ResourceOption extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
default long |
getChecksumCRC32() |
long |
getChecksumCRC32(int buffSize) |
default LineIterator |
getLineIterator() |
LineIterator |
getLineIterator(Charset charset) |
boolean |
isAbsent() |
default boolean |
isPresent() |
byte[] |
toByteArray() |
File |
toFile() |
InputStream |
toInputStream() |
Optional<org.springframework.core.io.Resource> |
toOptional() |
Path |
toPath() |
default Properties |
toProperties() |
Properties |
toProperties(PropertiesFormat propertiesFormat) |
String |
toString() |
String |
toString(Charset charset) |
Optional<org.springframework.core.io.Resource> toOptional()
boolean isAbsent()
default boolean isPresent()
InputStream toInputStream()
byte[] toByteArray()
File toFile()
Path toPath()
long getChecksumCRC32(int buffSize)
default long getChecksumCRC32()
Properties toProperties(PropertiesFormat propertiesFormat)
default Properties toProperties()
default LineIterator getLineIterator()
LineIterator getLineIterator(Charset charset)
Copyright © 2022. All rights reserved.