Pular para o conteúdo principal

In

Recurso de entrada de dados dos pedidos HTTP.


available


_in.available() : boolean

Retorno

( boolean )


close


_in.close() : In

Retorno

( In )


init


_in.init() : In

Retorno

( In )


isAvailable


_in.isAvailable() : boolean

Retorno

( boolean )


read


_in.read() : int

Retorno

( int )


_in.read(bytes: byte[], off: int, length: int) : int

Atributos
NOMETIPODESCRIÇÃO
bytesbyte[]
offint
lengthint
Retorno

( int )


readAll


_in.readAll() : string

Retorno

( string )


readAllAndClose


_in.readAllAndClose() : string

Retorno

( string )


readAllBytes


_in.readAllBytes() : byte[]

Retorno

( byte[] )


readAllBytesAndClose


_in.readAllBytesAndClose() : byte[]

Retorno

( byte[] )


readLine


_in.readLine() : string

Retorno

( string )


readString


_in.readString() : string

Retorno

( string )


_in.readString(charset: java.nio.charset.Charset) : string

Atributos
NOMETIPODESCRIÇÃO
charsetjava.nio.charset.Charset
Retorno

( string )


readStringAndClose


_in.readStringAndClose() : string

Retorno

( string )


_in.readStringAndClose(charset: java.nio.charset.Charset) : string

Atributos
NOMETIPODESCRIÇÃO
charsetjava.nio.charset.Charset
Retorno

( string )


save


_in.save(file: File) : void

Atributos
NOMETIPODESCRIÇÃO
fileFile
Retorno

( void )


_in.save(storage: Storage) : void

Atributos
NOMETIPODESCRIÇÃO
storageStorage
Retorno

( void )


writeTo


_in.writeTo(out: OutputStream) : In

Atributos
NOMETIPODESCRIÇÃO
outOutputStream
Retorno

( In )


_in.writeTo(out: OutputStream) : In

Atributos
NOMETIPODESCRIÇÃO
outOutputStream
Retorno

( In )


writeToAndClose


_in.writeToAndClose(out: OutputStream) : In

Atributos
NOMETIPODESCRIÇÃO
outOutputStream
Retorno

( In )


_in.writeToAndClose(out: OutputStream) : In

Atributos
NOMETIPODESCRIÇÃO
outOutputStream
Retorno

( In )