All Packages Class Hierarchy This Package Previous Next Index
Class com.starla.lite.SMBCorePrintSession
java.lang.Object
|
+----com.starla.lite.SMBSession
|
+----com.starla.lite.SMBPrintSession
|
+----com.starla.lite.SMBCorePrintSession
- public class SMBCorePrintSession
- extends SMBPrintSession
SMB core protocol print session class.
- Version:
- 1.0
-
OpenSpoolFile(String, int, int)
- Open a spool file on the remote print server.
OpenSpoolFile
public SMBFile OpenSpoolFile(String id,
int mode,
int setuplen) throws IOException
- Open a spool file on the remote print server.
- Parameters:
- id - Identifier string for this print request.
- mode - Print mode, either TextMode or GraphicsMode.
- setuplen - Length of data in the start of the spool file that is printer
setup code.
- Returns:
- SMBFile for the new spool file, else null.
- Throws: IOException
- If an I/O error occurs.
- Overrides:
- OpenSpoolFile in class SMBPrintSession
All Packages Class Hierarchy This Package Previous Next Index