public final class Ssh2NameList extends Object implements Serializable
Constructor and Description |
---|
Ssh2NameList(byte[] rawData,
int offset,
int length)
Constructor.
|
Ssh2NameList(List<String> list) |
Ssh2NameList(String... names) |
public Ssh2NameList(String... names)
names
- public Ssh2NameList(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int)
,
which may throw exceptions undocumented here.rawData
- offset
- length
- IllegalRawDataException
Copyright © 2014. All Rights Reserved.