Package com.mojang.realmsclient.client
Class FileUpload.CustomInputStreamEntity
java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.InputStreamEntity
com.mojang.realmsclient.client.FileUpload.CustomInputStreamEntity
- All Implemented Interfaces:
- org.apache.http.HttpEntity
- Enclosing class:
- FileUpload
static class FileUpload.CustomInputStreamEntity
extends org.apache.http.entity.InputStreamEntity
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final InputStreamprivate final longprivate final UploadStatusFields inherited from class org.apache.http.entity.AbstractHttpEntitychunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionCustomInputStreamEntity(InputStream p_87105_, long p_87106_, UploadStatus p_87107_) 
- 
Method SummaryMethods inherited from class org.apache.http.entity.InputStreamEntitygetContent, getContentLength, isRepeatable, isStreamingMethods inherited from class org.apache.http.entity.AbstractHttpEntityconsumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString
- 
Field Details- 
lengthprivate final long length
- 
- 
uploadStatus
 
- 
- 
Constructor Details- 
CustomInputStreamEntity
 
- 
- 
Method Details- 
writeTo- Specified by:
- writeToin interface- org.apache.http.HttpEntity
- Overrides:
- writeToin class- org.apache.http.entity.InputStreamEntity
- Throws:
- IOException
 
 
-