|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Fields | |
| net.rim.blackberry.api.mail.Message.Flag.PRIORITY
use getPriority instead |
|
| Deprecated Methods | |
| net.rim.device.api.io.LineReader.getBuffer()
Only subclasses should access the underlying buffer, and they may directly access the protected _buffer field instead of using this method. |
|
| net.rim.device.api.io.LineReader.getBufferLength()
Only subclasses should access the buffer length, and they may directly access the protected _bufferLength field instead of using this method. |
|
| net.rim.device.api.io.LineReader.getBufferOffset()
Only subclasses should access the buffer offset, and they may directly access the protected _bufferOffset field instead of using this method. |
|
| net.rim.device.api.ui.FontFamily.getFonts()
|
|
| net.rim.device.api.io.SharedInputStream.getSharedInputStream(InputStream, int)
Use instead SharedInputStream.getSharedInputStream( InputStream input ) and then setLength on the new stream. |
|
| net.rim.device.api.io.LineReader.getStream()
Only subclasses should access the underlying stream, and they may directly access the protected _stream field instead of using this method. |
|
| net.rim.device.api.io.SharedInputStream.readInputStream(int)
Use instead readInputStream() and then use setLength( int length ) on the new stream. |
|
| net.rim.device.api.io.LineReader.setBufferLength(int)
Only subclasses should access the buffer length, and they may directly access the protected _bufferLength field instead of using this method. |
|
| net.rim.device.api.io.LineReader.setBufferOffset(int)
Only subclasses should access the buffer offset, and they may directly access the protected _bufferOffset field instead of using this method. |
|
| net.rim.device.api.util.Arrays.zero(byte[])
Use fill(array, (byte)0). |
|
| net.rim.device.api.util.Arrays.zero(char[])
Use fill(array, (char)0). |
|
| net.rim.device.api.util.Arrays.zero(int[])
Use fill(array, 0). |
|
| net.rim.device.api.util.Arrays.zero(long[])
Use fill(array, 0L). |
|
| net.rim.device.api.util.Arrays.zero(short[])
Use fill(array, (short)0). |
|
| Deprecated Constructors | |
| net.rim.device.api.io.SharedInputStream(byte[])
Use instead SharedInputStream.getSharedInputStream( byte[] input ) |
|
| net.rim.device.api.io.SharedInputStream(SharedInputStream, int)
Use instead new SharedInputStream( SharedInputStream input ) and then setLength( int length ) on the new stream |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.