Uses of Class
cloud.opencode.base.io.source.ByteSource
Packages that use ByteSource
-
Uses of ByteSource in cloud.opencode.base.io.source
Methods in cloud.opencode.base.io.source that return ByteSourceModifier and TypeMethodDescriptionstatic ByteSourceByteSource.concat(ByteSource... sources) Returns a concatenated ByteSource.static ByteSourceByteSource.concat(Iterable<? extends ByteSource> sources) Returns a concatenated ByteSource.static ByteSourceByteSource.empty()Creates an empty ByteSource.static ByteSourceCreates a ByteSource from a file path.static ByteSourceByteSource.fromResource(String resourcePath) Creates a ByteSource from a classpath resource.static ByteSourceByteSource.fromResource(String resourcePath, ClassLoader classLoader) Creates a ByteSource from a classpath resource.static ByteSourceCreates a ByteSource from a URL.ByteSource.slice(long offset, long length) Returns a ByteSource that returns a slice of this source.static ByteSourceByteSource.wrap(byte[] bytes) Creates a ByteSource from a byte array.Methods in cloud.opencode.base.io.source with parameters of type ByteSourceModifier and TypeMethodDescriptionstatic ByteSourceByteSource.concat(ByteSource... sources) Returns a concatenated ByteSource.booleanByteSource.contentEquals(ByteSource other) Checks if this source has the same content as another.Method parameters in cloud.opencode.base.io.source with type arguments of type ByteSourceModifier and TypeMethodDescriptionstatic ByteSourceByteSource.concat(Iterable<? extends ByteSource> sources) Returns a concatenated ByteSource.