Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M O R S T U V W

A

add(UnsignedInteger32, UnsignedInteger32) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
add(UnsignedInteger32, int) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
add(UnsignedInteger64, UnsignedInteger64) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
add(UnsignedInteger64, int) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
addIOStreamConnectorListener(IOStreamConnectorListener) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
available() - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferInputStream
 
available() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Return the number of bytes of data available to be read from the buffer

B

BOF - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
 
ByteArrayReader - class com.sshtools.j2ssh.io.ByteArrayReader.
 
ByteArrayReader(byte[]) - Constructor for class com.sshtools.j2ssh.io.ByteArrayReader
Creates a new ByteArrayReader object.
ByteArrayWriter - class com.sshtools.j2ssh.io.ByteArrayWriter.
 
ByteArrayWriter() - Constructor for class com.sshtools.j2ssh.io.ByteArrayWriter
Creates a new ByteArrayWriter object.
bigInt - Variable in class com.sshtools.j2ssh.io.UnsignedInteger64
 
bigIntValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
block() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
 
buf - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
The buffer
byteValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
bytes - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 

C

CLOSED - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
 
CONNECTED - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
 
close() - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferInputStream
 
close() - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferOutputStream
 
close() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Closes the buffer
close() - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
closeInput - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 
closeOutput - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 
closeStream(InputStream) - Static method in class com.sshtools.j2ssh.io.IOUtil
 
closeStream(OutputStream) - Static method in class com.sshtools.j2ssh.io.IOUtil
 
closed - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
 
com.sshtools.j2ssh.io - package com.sshtools.j2ssh.io
 
compareTo(Object) - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
connect(InputStream, OutputStream) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
copyFile(File, File) - Static method in class com.sshtools.j2ssh.io.IOUtil
 

D

DEFAULT_BUFFER_SIZE - Static variable in class com.sshtools.j2ssh.io.DynamicBuffer
Buffer size when the dynamic buffer is opened
DynamicBuffer - class com.sshtools.j2ssh.io.DynamicBuffer.
This class provides an alternative method of storing data, used within the API where Piped Streams could have been used.
DynamicBuffer() - Constructor for class com.sshtools.j2ssh.io.DynamicBuffer
Creates a new DynamicBuffer object.
DynamicBuffer.DynamicBufferInputStream - class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferInputStream.
 
DynamicBuffer.DynamicBufferInputStream() - Constructor for class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferInputStream
 
DynamicBuffer.DynamicBufferOutputStream - class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferOutputStream.
 
DynamicBuffer.DynamicBufferOutputStream() - Constructor for class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferOutputStream
 
data(byte[], int) - Method in interface com.sshtools.j2ssh.io.IOStreamConnectorListener
 
delTree(File) - Static method in class com.sshtools.j2ssh.io.IOUtil
 
doubleValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
doubleValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 

E

EOF - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
 
encodeInt(int) - Static method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
equals(Object) - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
equals(Object) - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 

F

floatValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
floatValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
flush() - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferOutputStream
 
flush() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Flush data

G

getBytes() - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
getInputStream() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Get the InputStream of this buffer.
getOutputStream() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Get the OutputStream of the buffer.
getState() - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 

H

hashCode() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
hashCode() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 

I

IOStreamConnector - class com.sshtools.j2ssh.io.IOStreamConnector.
 
IOStreamConnector() - Constructor for class com.sshtools.j2ssh.io.IOStreamConnector
Creates a new IOStreamConnector object.
IOStreamConnector(InputStream, OutputStream) - Constructor for class com.sshtools.j2ssh.io.IOStreamConnector
Creates a new IOStreamConnector object.
IOStreamConnector.IOStreamConnectorThread - class com.sshtools.j2ssh.io.IOStreamConnector.IOStreamConnectorThread.
 
IOStreamConnector.IOStreamConnectorThread() - Constructor for class com.sshtools.j2ssh.io.IOStreamConnector.IOStreamConnectorThread
 
IOStreamConnectorListener - interface com.sshtools.j2ssh.io.IOStreamConnectorListener.
 
IOStreamConnectorState - class com.sshtools.j2ssh.io.IOStreamConnectorState.
 
IOStreamConnectorState() - Constructor for class com.sshtools.j2ssh.io.IOStreamConnectorState
Creates a new IOStreamConnectorState object.
IOUtil - class com.sshtools.j2ssh.io.IOUtil.
 
IOUtil() - Constructor for class com.sshtools.j2ssh.io.IOUtil
 
in - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
This buffers InputStream
in - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 
intValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
intValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
interrupt - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
 
isValidState(int) - Method in class com.sshtools.j2ssh.io.IOStreamConnectorState
 

L

listenerList - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 
log - Static variable in class com.sshtools.j2ssh.io.DynamicBuffer
 
log - Variable in class com.sshtools.j2ssh.io.IOStreamConnector.IOStreamConnectorThread
 
log - Static variable in class com.sshtools.j2ssh.io.IOStreamConnector
 
longValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
longValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 

M

MAX_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger32
 
MAX_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger64
 
MIN_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger32
 
MIN_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger64
 

O

out - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
This buffers OutputStream
out - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 

R

read() - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferInputStream
 
read(byte[], int, int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferInputStream
 
read() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Read a byte from the buffer
read(byte[], int, int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Read a byte array from the buffer
readBigInteger() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readBinaryString() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readInt(byte[], int) - Static method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readInt() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readString(byte[], int) - Static method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readString() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readUINT32() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readUINT64() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
 
readpos - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
The current read position
recurseDeleteDirectory(File) - Static method in class com.sshtools.j2ssh.io.IOUtil
 
removeIOStreamConnectorListener(IOStreamConnectorListener) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
run() - Method in class com.sshtools.j2ssh.io.IOStreamConnector.IOStreamConnectorThread
 

S

serialVersionUID - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger32
 
serialVersionUID - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger64
 
setBlockInterrupt(int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
 
setCloseInput(boolean) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
setCloseOutput(boolean) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
 
shortValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
state - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 

T

thread - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
 
toString() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
 
toString() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
 
transfer(InputStream, OutputStream) - Static method in class com.sshtools.j2ssh.io.IOUtil
 

U

UnsignedInteger32 - class com.sshtools.j2ssh.io.UnsignedInteger32.
 
UnsignedInteger32(long) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger32
Creates a new UnsignedInteger32 object.
UnsignedInteger32(String) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger32
Creates a new UnsignedInteger32 object.
UnsignedInteger64 - class com.sshtools.j2ssh.io.UnsignedInteger64.
 
UnsignedInteger64(String) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger64
Creates a new UnsignedInteger64 object.
UnsignedInteger64(byte[]) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger64
Creates a new UnsignedInteger64 object.
UnsignedInteger64(BigInteger) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger64
Creates a new UnsignedInteger64 object.

V

value - Variable in class com.sshtools.j2ssh.io.UnsignedInteger32
 
verifyBufferSize(int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
 

W

write(int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferOutputStream
 
write(byte[], int, int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer.DynamicBufferOutputStream
 
write(int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
Write a byte array to the buffer
write(byte[], int, int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
 
writeBigInteger(BigInteger) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeBinaryString(byte[]) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeBoolean(boolean) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeInt(long) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeInt(int) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeIntToArray(byte[], int, int) - Static method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeString(String) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeUINT32(UnsignedInteger32) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writeUINT64(UnsignedInteger64) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
 
writepos - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
The current write position

A B C D E F G H I L M O R S T U V W