パッケージ jcifs.smb1.netbios

クラス NbtSocket

java.lang.Object
java.net.Socket
jcifs.smb1.netbios.NbtSocket
すべての実装されたインタフェース:
Closeable, AutoCloseable

public class NbtSocket
extends Socket
Do not use this class. Writing to the OutputStream of this type of socket requires leaving a 4 byte prefix for the NBT header. IOW you must call write( buf, 4, len ). Calling write( buf, 0, len ) will generate an error.