Smithy Kotlin
Toggle table of contents
1.5.8
jvm
Platform filter
jvm
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.content
/
FileContent
File
Content
jvm
class
FileContent
(
val
file
:
File
,
val
start
:
Long
=
0
,
val
endInclusive
:
Long
=
file.length() - 1
)
ByteStream backed by a local
file
Members
Constructors
File
Content
Link copied to clipboard
jvm
constructor
(
file
:
File
,
start
:
Long
=
0
,
endInclusive
:
Long
=
file.length() - 1
)
Properties
content
Length
Link copied to clipboard
jvm
open
val
contentLength
:
Long
end
Inclusive
Link copied to clipboard
jvm
val
endInclusive
:
Long
file
Link copied to clipboard
jvm
val
file
:
File
is
One
Shot
Link copied to clipboard
jvm
open
val
isOneShot
:
Boolean
=
false
start
Link copied to clipboard
jvm
val
start
:
Long
=
0
Functions
read
From
Link copied to clipboard
jvm
open
fun
readFrom
(
)
:
<Error class: unknown class>