DataBuffer(国外英文资料).docVIP

  • 1
  • 0
  • 约1.55万字
  • 约 29页
  • 2017-07-05 发布于河南
  • 举报
DataBuffer(国外英文资料)

DataBuffer databuffer (java 2 platform see 5.0) function windowtitle () { parent.document.title = databuffer (java 2 platform see 5.0); } 概述 nbsp; 软件包 nbsp; nbsp; 类 nbsp; 使用 nbsp; 树 nbsp; 已过时 nbsp; 索引 nbsp; 帮助 nbsp; javatm nbsp; 2 nbsp; platformstandard nbsp; ed. 5.0 nbsp; 上一个类 nbsp; nbsp; 下一个类 框架 nbsp; nbsp; 无框架 nbsp; nbsp; ! - - if (window = = top) { document.writeln (所有类); } / / - - 所有类 摘要: nbsp; 嵌套 nbsp; | nbsp; 字段 nbsp; | nbsp; 构造方法 nbsp; | nbsp; 方法 详细信息: nbsp; 字段 nbsp; | nbsp; 构造方法 nbsp; | nbsp; 方法 java.awt.image 类 databuffer java.lang.object java.awt.image.databuffer 直接已知子类: databufferbyte, databufferdouble, databufferfloat, databufferint, databuffershort, databufferushort public abstract class databufferextends object 此类用于包装一个或多个数据数组.databuffer 中的每个数据数组都可称作存储单元.获得或设置 databuffer 的存储单元中元素的访问器方法可以有也可以没有存储单元标识符.没有存储单元标识符的方法使用默认的 0 号存储单元.databuffer 可以采用可选的每存储单元偏移量, 以便现有数组中的数据即使所需数据不是从数组位置 0 开始也可以使用.要获得或设置存储单元的 0 号元素, 请使用数组的 (0 + offset) 号元素.size 字段指定数据数组中有多少元素可供使用.给定存储单元的 size + offset 永远不应该大于相关数据数组的长度.数据缓冲区的数据类型指示数据数组的类 型, 还可以指示其他语义, 例如, 在字节数组的元素中存储无符号 8 位数据.数据类型可以是 type _ undefined, 也可以是下面定义的类型之一.其他类型可以在将来添加.通常, 类 databuffer 的对象将强制转换为其数据类型的特定子类之一来访问数据类型的特定方法以便改善性能.当前, java 2d api (tm) 图像类使用 type _ byte、type _ ushort、type _ int、type _ short、type _ float 和 type _ double databuffer 存储图像数据. 另请参见: raster, samplemodel 字段摘要 protected nbsp; int banks nbsp nbsp nbsp; ; ; nbsp nbsp nbsp; ; ; nbsp nbsp nbsp; ; ; nbsp; 此 databuffer 中存储单元的数量. protected nbsp; int datatype the nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 此 databuffer 的数据类型. protected nbsp; int offset the nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 默认 (第一个) 存储单元的偏移量, 从中可获得第一个元素. protected nbsp; int [] offsets the nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 所有存储单元的偏移量. protected nbsp; int size the nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 所有存储单元的可用大小. static nbsp; int

文档评论(0)

1亿VIP精品文档

相关文档