public class Stream extends Object
| Constructor and Description |
|---|
Stream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getLength()
Get length
|
Long |
getPosition()
Get position
|
Integer |
getReadTimeout()
Get readTimeout
|
Integer |
getWriteTimeout()
Get writeTimeout
|
int |
hashCode() |
Boolean |
isCanRead()
Get canRead
|
Boolean |
isCanSeek()
Get canSeek
|
Boolean |
isCanTimeout()
Get canTimeout
|
Boolean |
isCanWrite()
Get canWrite
|
Stream |
position(Long position) |
Stream |
readTimeout(Integer readTimeout) |
void |
setPosition(Long position) |
void |
setReadTimeout(Integer readTimeout) |
void |
setWriteTimeout(Integer writeTimeout) |
String |
toString() |
Stream |
writeTimeout(Integer writeTimeout) |
public Boolean isCanRead()
public Boolean isCanSeek()
public Boolean isCanTimeout()
public Boolean isCanWrite()
public Long getLength()
public Long getPosition()
public void setPosition(Long position)
public Integer getReadTimeout()
public void setReadTimeout(Integer readTimeout)
public Integer getWriteTimeout()
public void setWriteTimeout(Integer writeTimeout)
Copyright © 2018. All rights reserved.