代码搜索:ByteBuffer
找到约 1,360 项符合「ByteBuffer」的源代码
代码结果 1,360
www.eeworm.com/read/226401/14476815
java flowdurdistmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/**
* 流持续时间分布
* 28 bytes
*/
public class FlowDurDistMetric {
public static final int length =
www.eeworm.com/read/226401/14476828
java flowpktdistmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/**
* 流大小分布统计,按照包个数
* 32 bytes
*/
public class FlowPktDistMetric {
public static final int len
www.eeworm.com/read/226401/14476842
java flowbytedistmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/**
* 流大小分布统计,按照字节数
* 44 bytes
*/
public class FlowByteDistMetric {
public static final int
www.eeworm.com/read/167133/5468379
java bytebufferimpl.java
/* ByteBufferImpl.java --
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/167133/5468380
java mappedbytebufferimpl.java
/* MappedByteBufferImpl.java --
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/167133/5468432
java datagramchannel.java
/* DatagramChannel.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under th
www.eeworm.com/read/162614/5532094
java methodcommandset.java
/* MethodCommandSet.java -- class to implement the Method Command Set
Copyright (C) 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/162614/5532095
java stackframecommandset.java
/* StackFrameCommandSet.java -- class to implement the StackFrame Command Set
Copyright (C) 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/162614/5532102
java classtypecommandset.java
/* ClassTypeCommandSet.java -- class to implement the ClassType
Command Set
Copyright (C) 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/162614/5532106
java virtualmachinecommandset.java
/* VirtualMachineCommandSet.java -- class to implement the VirtualMachine
Command Set
Copyright (C) 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free sof